libdasm icon indicating copy to clipboard operation
libdasm copied to clipboard

Automatically exported from code.google.com/p/libdasm

Results 3 libdasm issues
Sort by recently updated
recently updated
newest added

Hi, small bug to be aware of in libdasm. from the read me: ``` int get_instruction_string(INSTRUCTION *instr, enum Format format, DWORD offset, char *string, int length); string is the pointer...

I have done all these steps: make sudo make install cd pydasm sudo python setup.py install But still when i run something which needs pydasm, I am getting the error:...

``` libdasm can't disassemble multy-byte nop and give wrong output. ``` Original issue reported on code.google.com by `[email protected]` on 5 Feb 2014 at 1:03

Priority-Medium
Type-Defect
auto-migrated