Skip to content
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

Testing #1614 #2033

Closed
wants to merge 2 commits into from
Closed

Testing #1614 #2033

wants to merge 2 commits into from

Conversation

XVilka
Copy link
Member

@XVilka XVilka commented Nov 26, 2021

…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.

Your checklist for this pull request

  • I've read the guidelines for contributing to this repository
  • I made sure to follow the project's coding style
  • I've documented or updated the documentation of every function and struct this PR changes. If not so I've explained why.
  • I've added tests that prove my fix is effective or that my feature works (if possible)
  • I've updated the rizin book with the relevant information (if needed)

Detailed description

...

Test plan

...

Closing issues

...

…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.
@XVilka XVilka force-pushed the dist-asan-fuzz-hexagon branch from e01b279 to 2e73974 Compare November 27, 2021 15:55
@XVilka
Copy link
Member Author

XVilka commented Nov 27, 2021

Green.

@XVilka XVilka closed this Nov 27, 2021
@wargio wargio deleted the dist-asan-fuzz-hexagon branch December 7, 2022 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants