mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-19 12:22:43 +00:00
Rodrigo Chiossi
f723d8c126
Fix rasm2 infinite loop for -D option.
The fix in commit d843506ae1eacefc0f5631c48824a58075c633ae was checking for ret < 0, but as ret is initialized with 0 rasm -D would always finish after a single instruction. This commit reverts to the previous commit and adds a check to see if the end of the buffer was reached.
____ ___ ___ ___ ____ ___ ____ | _ \/ \| \/ \ _ \/ _ \ |__ \ | < V . | , V . < _/ / __/ |__\__|_|__|___/__|__|_\__\___/ |____/ This is the rewrite of radare (1.x branch) to provide a framework with a set of libraries and programs to work with binary data. --pancake
Description
UNIX-like reverse engineering framework and command-line toolset
binary-analysisccommandlinedisassemblerforensicshacktoberfestmalware-analysisradare2reverse-engineeringsecurity
Readme
273 MiB
Languages
C
97.1%
Makefile
0.9%
Shell
0.5%
Meson
0.4%
C++
0.3%
Other
0.6%