-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Rz probana #4212
Draft
Rot127
wants to merge
5
commits into
rizinorg:dev
Choose a base branch
from
Rot127:rz-probana
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
Rz probana #4212
Conversation
This file contains 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
github-actions
bot
added
rz-test
RzAnalysis
API
RzUtil
RZIL
RzAsm-Disassembler
RzCore
labels
Feb 12, 2024
Rot127
force-pushed
the
rz-probana
branch
2 times, most recently
from
February 12, 2024 11:51
fdf20f8
to
8d198b9
Compare
Rot127
force-pushed
the
rz-probana
branch
2 times, most recently
from
February 20, 2024 04:35
c149237
to
0df0559
Compare
Rot127
force-pushed
the
rz-probana
branch
2 times, most recently
from
September 25, 2024 08:20
de4fcf7
to
9c63920
Compare
Rot127
force-pushed
the
rz-probana
branch
2 times, most recently
from
October 24, 2024 19:13
fdd0012
to
ee50775
Compare
github-actions
bot
added
RzBin
RzDebug
RzCrypto
RzEgg
rz-hash
rz-gg
java
RzHash
RzBreakpoint
labels
Oct 24, 2024
Add combination of flags, to make usage easier in Rust. Add rudimentary API for instruction word decoding. Implement instruction word decoding for Hexagon. Extract reading a new op into a helper function. Enable CFG generation of instruction word archs Invalidate pointer after iword was finished. Generate iword by checking HexInsnContainer Zero values of iword in fini Add flag if a packet should be assumed as valid. Set iword properties in separated function Ignore aop->fail, since it can point to the next instr. within the packet. Extend SetU - Add a getter for length of SetU. - Add a foreach macro. Add helper functions to check if RzAnalysisOp is a jump or call. Don't add duplicate nodes. Don't add duplicated edges to graph. Add track call and jump targets in a Set for iwords. Decode entry node before adding it. Add a test for iword CFG generation. Fix CFG invalid node test. Handle decoding of invalid iwords in CFG. Add the set of call targets to a CFG node of iwords. Revert "Add the set of call targets to a CFG node of iwords." This reverts commit c149237. Add instruction words as CFG nodes. Distinguish between subtypes of different graph node types. Add getter for log level Degrade to warning Add subtypes to single instructions in an iword CFG node. Lower logging level Check for edge duplicates when adding one. Handle insvalid instructions as EXIT nodes in a CFG (and remove duplicate code). Revert log level increasing Fix hash table init after rebase Extend SetU - Add a getter for length of SetU. - Add a foreach macro. Fix cgraph after SetU update Add binding log function for plugins without varg support. Use rz_io_read_at_mapped since it also reads bytes between mapped regions. Fix memleaks Remove diff Remove check for legal NULL condition and handle it. Fi signature. Replace rz_io_read_at with rz_io_nread_at and add note for others. Add check if function is calssified as an input function. Add missing return register role Lower allowed buffer size. Unify mapped reading from mem Allow decoding if data is read from an umapped region. Remove dot from pattern Add strict option for CFG generation. It will omit nodes outside of the function detected by Rizin. Add docs and assert Fix rebase issues Add a workaround for threads removing instructions too quickly from the packets. Add a bunch of warnings Add (breaking) tests for weird disassembly atterns. Add return register roles Mark jump nodes Mark jumps in the CFG Don't attempt iword decoding outside of map Add CFG gen over function. Fix: Don't add node outside of function to graph Label jumps, tail calls and program exits in CFGs. Fix tail calls of jumpt without known target. Bring enums ins sync
github-actions
bot
removed
RzBin
RzDebug
RzCrypto
RzEgg
rz-hash
rz-gg
RzHash
RzBreakpoint
labels
Oct 29, 2024
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.
Your checklist for this pull request
Detailed description
Todo
Test plan
...
Closing issues
...