-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check if plugin strcture can be freed.
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
- Loading branch information
Showing
31 changed files
with
1,659 additions
and
322 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.