-
-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for: v5-v68+HVX, System instructions/register; Change plu…
…gin design to monolithic; Basic ELF-reloc patching. - Update instruction set to v5-v67 + HVX. - Introduce monolithic plugin architecture to reverse opcodes in the same functions. - Analysis and Asm functionality was previously seperated and let to inconsistensies and incorrectly reversed opcodes. - Add missing system instructions and registers. - Enable search for immediates. - Mark packets of instructions. - Set more analysis data in RzAnalysisOp. - Add basic ELF-reloc patching. - Fix several disassembly and analysis bugs. - Jumps were not aligned to packet begin. - Endloop packets were not marked as such. - Rs.New registers were incorrectly disassembled. - Calling convention was out of date. - Add several formatting configs for the produced disassembly. - Dis/Enable UTF-8. - Print or omit # prefix of immediates. - Print signed immediates with signe or as unsigned integers.
- Loading branch information
Showing
27 changed files
with
104,980 additions
and
50,471 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.