Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: Add specific signals type hinting #224

Merged
merged 2 commits into from
Jan 14, 2023

Conversation

yotamN
Copy link
Member

@yotamN yotamN commented Oct 29, 2022

Classes with message listeners are:

  • Script
  • Session
  • Bus
  • Device
  • DeviceManager
  • PortalService
  • Compiler

frida/core.py Outdated Show resolved Hide resolved
@yotamN yotamN force-pushed the feature/signal_type_hinting branch from 668b9e3 to 6d04fad Compare October 29, 2022 17:10
@yotamN yotamN force-pushed the feature/signal_type_hinting branch 10 times, most recently from 3e3e111 to 698c9b3 Compare January 13, 2023 19:03
@yotamN
Copy link
Member Author

yotamN commented Jan 13, 2023

Bus is the only class that I haven't add a specific handler, I don't think it's a blocker as it's already vastly better.

@yotamN yotamN marked this pull request as ready for review January 13, 2023 19:06
@yotamN yotamN force-pushed the feature/signal_type_hinting branch from 698c9b3 to 33f1df3 Compare January 13, 2023 22:34
frida/core.py Show resolved Hide resolved
frida/core.py Outdated Show resolved Hide resolved
frida/core.py Outdated Show resolved Hide resolved
frida/core.py Show resolved Hide resolved
frida/core.py Outdated Show resolved Hide resolved
frida/core.py Outdated Show resolved Hide resolved
frida/core.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@yotamN yotamN force-pushed the feature/signal_type_hinting branch from 33f1df3 to b945967 Compare January 14, 2023 12:45
PEP 517 specify a new format for build systems and PEP 518 specify how
we should require packages for our build system. Setuptools support PEP
517 so we should use it that way.
@yotamN yotamN force-pushed the feature/signal_type_hinting branch from b945967 to ddcfbcf Compare January 14, 2023 13:17
@yotamN yotamN merged commit 1b1e345 into frida:main Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants