Conversation
导致在销毁插件时访问self.ql就会报异常,在ida pro 7.7版本上可以复现。
Remove a duplicate line for 32-bit while here.
Dirty fix
Remove `buf` decoding with `utf-8` encoding due to possible errors
Add support for the abstract socket namespace
Remove leading null bytes from the path
Add `ql_unix_socket_path` for the `AF_UNIX`
Collect a few additional DLLs for x8664
`ino64_t` and `off64_t` are `unsigned long long` - not pointers
Add Unix abstract namespace handling
- eliminate magic number of baseaddr and loadaddr - update example of shellcode mode
- Remove redundant __init__ - Abstract `cmdj` to parse json in only one place - avoid importing whole functool
- replace str enum with typing.Literal - avoid generic typing annotation for compability with Python 3.8
Merge fixes
allow user to build config from dictionary other than disk file
Qdb improvments: Mark, Jump and modify register value in qdb
QlRegisterManager overrides __getattr__ but not __getattribute__, which causes AttributeError
Update changelog to version 1.4.4
fix(ida): replace __getattribute__ with __getattr__
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
Which kind of PR do you create?
Coding convention?
Extra tests?
Changelog?
Target branch?
One last thing