gdabah / distorm

Powerful Disassembler Library For x86/AMD64
Other
1.26k stars 238 forks source link

i dont understand why looping on this based on the demo .. showing garbage text #172

Closed gurachan closed 3 years ago

gurachan commented 3 years ago

image

even tho i put pass its still outputting that.. u cant log the variables also..

gdabah commented 3 years ago

Here's an example of how I use it in tests. https://github.com/gdabah/distorm/blob/master/python/test_distorm3.py#L66 Note sure why it prints something at all if you don't invoke 'print' yourself. That's weird.