-
Notifications
You must be signed in to change notification settings - Fork 744
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
feat(r2): backtrace and control flow #1213
Draft
chinggg
wants to merge
10
commits into
qilingframework:dev
Choose a base branch
from
chinggg:r2-dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a77adac - Browse repository at this point
Copy the full SHA a77adacView commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 023c3a3 - Browse repository at this point
Copy the full SHA 023c3a3View commit details
Commits on Sep 4, 2022
-
fix(r2): skip ill instruction in disassembler
in addition to 'invalid' instruction
Configuration menu - View commit details
-
Copy full SHA for cb7ca60 - Browse repository at this point
Copy the full SHA cb7ca60View commit details
Commits on Sep 12, 2022
-
refactor!: ql own mem as bytearray, ref passed to uc and r2
BREAKING CHANGE: mem is managed in Python instead of uc BREAKING CHANGE: MapInfoEntry now has 6 elements instead of 5 BREAKING CHANGE: r2 map io from ql.mem, no full binary, now missing symbols BREAKING CHANGE: del_mapinfo and change_mapinfo recreate and remap mem Add unit tests for ql mem operations Also fix potential bug in syscall_munmap
Configuration menu - View commit details
-
Copy full SHA for fce695d - Browse repository at this point
Copy the full SHA fce695dView commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 037dadb - Browse repository at this point
Copy the full SHA 037dadbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b76a9b4 - Browse repository at this point
Copy the full SHA b76a9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c8faf - Browse repository at this point
Copy the full SHA 95c8fafView commit details -
BUG: mips32 uc map 0x9000000 become 0x1000000
Configuration menu - View commit details
-
Copy full SHA for 4f260a2 - Browse repository at this point
Copy the full SHA 4f260a2View commit details
Commits on Sep 18, 2022
-
refactor: use stored cdata to setup mem for r2
c_byte to c_ubyte to avoid error when r_buf_new
Configuration menu - View commit details
-
Copy full SHA for 1f206f3 - Browse repository at this point
Copy the full SHA 1f206f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea4fa8 - Browse repository at this point
Copy the full SHA 0ea4fa8View commit details
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.