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.
2012-08-30 13:47:14 -03:00
2012-02-01 11:49:46 +01:00
2012-08-06 12:57:48 +02:00
2010-10-28 00:55:07 +02:00
2011-05-20 19:49:50 +02:00
2011-07-21 00:50:16 +02:00
2010-03-14 18:50:17 +01:00
2012-08-14 15:16:07 +02:00
2010-10-29 03:45:26 +02:00
2010-06-17 17:55:39 +02:00

   ____  ___  ___  ___ ____  ___   ____
  |  _ \/   \|   \/   \  _ \/ _ \ |__  \
  |    <  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
Languages
C 97.1%
Makefile 0.9%
Shell 0.5%
Meson 0.4%
C++ 0.3%
Other 0.6%