distorm icon indicating copy to clipboard operation
distorm copied to clipboard

Powerful Disassembler Library For x86/AMD64

Results 17 distorm issues
Sort by recently updated
recently updated
newest added

Support Delphi XE2 and higher (because COFF OBJ)

See commits. # I'm not sure if the entire commit history is wanted. It's there to be consistent with checkout v1. I'm also not sure why ubuntu-18.04 instead of latest...

IDA gets this wrong too. ```x86asm bytes distorm ida ndisasm objdump ----- ------- --- ------- ------- 1 9c pushf pushfq pushf pushf pushf or pushfq: yasm 9c 2 66 9c...

Hello! I am adopting the Distorm package on Debian and Lintian flagged two files required for Windows support. It flagged make/win32/resource.h since it is an autogenerated Windows specific file and...

A comment in src/prefix.c contains two '\x97' bytes. They are em dash characters in single-byte Windows code pages such as 1252. However they are invalid in Japanese code page. This...

Here's the changes that separate releases by platform. I used cmake and a small custom script to make this easier. Once this gets merged I will update the wiki. To...

The Visual C for Python 2.7 only supports C89 not C99. C89 does not support mixing of assignments and declarations nor does it support variable declarations in for loops. As...

Shouldn't this disassembler have support for build systems such as cmake, instead of continuing to use makefiles or manually written VS solutions?

``` In what mode did you try to disassemble (16/32/64)? 32 What is the input buffer (binary stream) you used to reproduce the problem? c4 e3 fd 00 ed 44...

enhancement

Time if flying fast... +1 year so far so good. lets ask the same question to the author of the great lib! #175