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

code cleanup, revert comment and add new flag #12

Merged
merged 11 commits into from
Sep 25, 2024

Conversation

AbhiTheModder
Copy link
Collaborator

@AbhiTheModder AbhiTheModder commented Sep 22, 2024

  • by @truefae Add support for radare2 worawit/blutter#104
  • revert base & heap_base comment
  • needs latest r2 from git
  • add flag (--nu) to disable update check
  • fix creating visual studio solution
  • add flag (--ida-fcn) to only generate IDA function names
  • improve logic for checking marking_stack_block_offset, fixing issue with some dev versions
  • Optimize snapshot analysis by reusing pre-built binaries

- by @truefae worawit#104
- revert base & heap_base comment
- needs latest r2 from git
@AbhiTheModder AbhiTheModder changed the title code cleanup & revert code cleanup, revert comment and add new flag Sep 22, 2024
@AbhiTheModder AbhiTheModder marked this pull request as draft September 23, 2024 13:37
- fix creating visual studio solution
- add flag to only generate IDA function names
@AbhiTheModder AbhiTheModder marked this pull request as ready for review September 23, 2024 15:35
@AbhiTheModder AbhiTheModder marked this pull request as draft September 24, 2024 14:33
@AbhiTheModder AbhiTheModder marked this pull request as ready for review September 24, 2024 15:27
We can leverage identical snapshots across different version candidates by using the pre-built binary from one version to analyze another with the same snapshot, saving time and effort.
@AbhiTheModder AbhiTheModder marked this pull request as draft September 24, 2024 20:45
@AbhiTheModder AbhiTheModder marked this pull request as ready for review September 24, 2024 21:13
@dedshit dedshit merged commit 502afd1 into dedshit:main Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants