[go: up one dir, main page]

  1. 15695df Merge pull request #90 from gleeda/master by Gil Dabah · 10 years ago v3.3.0
  2. 1185718 small fix to allow distorm3 to work with pyinstaller by gleeda · 10 years ago
  3. 25c9359 Update README.md by Gil Dabah · 10 years ago
  4. 941eeb4 Update README.md by Gil Dabah · 10 years ago
  5. 2bffc37 Update README.md by Gil Dabah · 10 years ago
  6. df747ca Update README.md by Gil Dabah · 10 years ago
  7. 1fb6391 Update README.md by Gil Dabah · 10 years ago
  8. 3f2cd70 Update README.md by Gil Dabah · 10 years ago
  9. dd9d668 Update README.md by Gil Dabah · 10 years ago
  10. a9305b7 Create README.md by Gil Dabah · 10 years ago
  11. bd3234e Fixed wrong used-registers-mask type in Python. by distorm@gmail.com · 11 years ago
  12. fc5aa3a usedRegistersMask now support all registers (including R8-R15). by distorm@gmail.com · 11 years ago
  13. 3a7b477 Getting some stuff up to date. by distorm@gmail.com · 11 years ago
  14. 506b326 Fixed CS project to work with distorm x64. by distorm@gmail.com · 11 years ago
  15. 28660d0 Updated CS with new mnemonics. by distorm@gmail.com · 11 years ago
  16. fa54939 Updated Java with new mnemonics. by distorm@gmail.com · 11 years ago
  17. 089111e Python binding omitted xrange in favor of Python 3, yaks. by distorm@gmail.com · 11 years ago
  18. d10e4cd Support for PYPI fixed. by distorm@gmail.com · 11 years ago
  19. 4130631 Some typos were fixed (thanks to Visual Assist :) by distorm@gmail.com · 11 years ago
  20. de6361e op->size is always real size of operand when it's sign extended imm32 in 64 bits. by distorm@gmail.com · 11 years ago
  21. 539fb00 Some FPU instructions had generic MEM operand instead of specific FPUM16. by distorm@gmail.com · 11 years ago
  22. 6a275d4 Added segment register to be in Operand class as well as the instruction class. by distorm@gmail.com · 11 years ago
  23. 5e0ce59 Fixed a crash in 16 bits when offset is bigger than 16 bits. by distorm@gmail.com · 11 years ago
  24. e5b8183 Accidental commit. Grrr by distorm@gmail.com · 12 years ago
  25. 9537cb8 by distorm@gmail.com · 12 years ago
  26. f202613 Added a diStorm wrapper for C# by Dan Shechter. by distorm@gmail.com · 12 years ago
  27. f351591 Made instructions' affected CPU flags to be compatible with CPU's EFLAGS. See issue #66. by distorm@gmail.com · 12 years ago
  28. efb7f0d Fixed FPU instructions to support dst-wrt flag. Issue #70. by distorm@gmail.com · 12 years ago
  29. ce8f334 Fixed issue #64. Python binding supports Python3. (Missing parenthesis). by distorm@gmail.com · 12 years ago
  30. eac04fb Fixed issue #65, display for REP for CMPS/SCAS is REPZ. by distorm@gmail.com · 12 years ago
  31. 1ac0d0f Issue 71, bug fix, missing comma. by distorm@gmail.com · 12 years ago
  32. 1748c8c Fixed some FPU OT_MEM operands to be more explicit about their size. by distorm@gmail.com · 13 years ago
  33. 941d01e Fixed explicit indirection size for MOVZX operands. by distorm · 13 years ago
  34. 13208f3 Updated instructions tables by distorm · 13 years ago
  35. 69c6821 Fixed Java project by distorm · 13 years ago
  36. b1f2688 Fixed old init.py binding and updated Java code by distorm · 13 years ago
  37. c5b6a24 Added the CPU affected flags to the DInst structure. It is a temporary fix only! by distorm@gmail.com · 13 years ago
  38. ffae1da Updated VS files. by distorm · 13 years ago
  39. 61f599d x86defs.c is no more needed by distorm · 13 years ago
  40. 401af5b Updated to V3.3. Updated Python bindings by distorm · 13 years ago
  41. f50a145 Fixed Java with new mnemonics by distorm · 13 years ago
  42. 17f43d1 Added CPU flags that each instruction affects (mod/tst/undf). Compacted DB by distorm · 13 years ago
  43. a8763b5 Fixed a few problems regarding the new DISTORM_LIGHT version. by distorm · 13 years ago
  44. 870be1e Opcodes list for Java. by distorm · 13 years ago
  45. 7915f10 fixed a bug with special VEX/MODRR instructions. by distorm · 13 years ago
  46. 8b7c85b Updated the distorm for Java project to support latest changes too. by distorm · 13 years ago
  47. 06f5b75 Updated distorm to ver 3.2. by distorm · 13 years ago
  48. 9f147f9 Cosmetics. by distorm · 14 years ago
  49. 7f7f463 Added new instructions to disOps: INVPCID, TZCNT, RDxSBASE, WRxSBASE, CVTPS2PH and CVTPH2PS. by distorm · 14 years ago
  50. 5781c41 Fixed Mov Seg instruction, see #45. by distorm · 14 years ago
  51. 0b0abac Fixed VPEXTRQ. by distorm · 14 years ago
  52. e4eda89 Fixed display strings for INS/OUTS instructions according to issue #26. by distorm · 14 years ago
  53. 44ec6b0 Enabled SYSENTER/SYSEXIT in 64 bits (according to Intel specs). by distorm · 14 years ago
  54. 50c22be Added XSAVE64/XSAVEOPT64/XRSTOR64 and similar instructions. by distorm · 14 years ago
  55. b8c5c86 A typo in VTEST instructions fixed. (issue #41) by distorm · 14 years ago
  56. 9a8f01d Fixed a few typo'ed mnemonics. by distorm · 14 years ago
  57. e15a1b7 Fixed the typo for AVX compare instruction in Python too. by distorm · 14 years ago
  58. 096a952 Fixed a typo in AVX pseudo compare instruction. by distorm · 14 years ago
  59. 0d73308 Fixed issue #29 continued. Pseudo compare instructions' mnemonics were broken. by distorm · 14 years ago
  60. be272f3 New mnemonics for pseudo compare instructions. by distorm · 14 years ago
  61. 4cff2c6 Fixed issue #29. Pseudo compare instructions' mnemonics were broken. by distorm · 14 years ago
  62. 6f33f9b helper output of mnemonics table for java. by distorm · 14 years ago
  63. 53d757e A fix for string io instructions text formatting. by distorm · 14 years ago
  64. 67d34fd _DInst now takes 8bytes less ;) by distorm · 14 years ago
  65. 3382171 Fixed VS configuration. by distorm · 14 years ago
  66. a5742cd dll not found message in python module changed. by distorm · 14 years ago
  67. 6a9b0a5 Displacement of an instruction shouldn't be truncated by addr-mask. by distorm · 14 years ago
  68. 77d57f2 more size refactoring from creating a flags-table (less ~6kb). by distorm · 14 years ago
  69. 9d0ed8b Moved to version 3.1.0 ! by distorm · 14 years ago
  70. adc3bef fix for new mnemonics layout. by distorm · 14 years ago
  71. c4a25e2 Made mnemonics array flat, serialized more efficiently now. OpcodeId is the offset into the mnemonics table. Spared around 10kb. by distorm · 14 years ago
  72. 4fc55ac Fixed setup.py for windows. by distorm · 15 years ago
  73. e0dbbf7 Fixed setup.py by distorm · 15 years ago
  74. 8165466 Fixed makefiles. by distorm · 15 years ago
  75. 3d1d5f6 Changed Win32 project to use VS2010. by distorm · 15 years ago
  76. 3a08360 Fixed issue #20. by distorm · 15 years ago
  77. 4221b2d Fixed a operand.h header problem. by distorm · 15 years ago
  78. 3d4435b Fixed a few file paths, and moved mnemonics.c to src/. by distorm · 15 years ago
  79. 48e7f66 Added the Java sample to the SVN. by distorm · 15 years ago
  80. 4802637 Manifests for distutils updated. by distorm · 15 years ago
  81. a405dd9 Changed the MAX_TEXT_SIZE to 48 from 32, since it was overflowing for long operands :( by distorm · 15 years ago
  82. 133cdd2 !!!! Temporary commit #5, still changing stuff !!!! by distorm · 15 years ago
  83. d4a8414 !!!! Temporary commit #4, still changing stuff !!!! by distorm · 15 years ago
  84. 9545626 !!!! Temporary commit #3, still changing stuff !!!! by distorm · 15 years ago
  85. 6de0bc6 !!!! Temporary commit, still changing stuff !!!! by distorm · 15 years ago
  86. 3f82ebc A tiny fix for ctypes usage. by distorm · 15 years ago
  87. 7433c52 Another fix for Python bindings. by distorm · 15 years ago
  88. f9195e8 Added support for Mac makefile. Fixed a bug in the Python bindings. by distorm · 15 years ago
  89. 6a7afd4 Fixed displayed signed offsets in distorm_decode. by distorm · 15 years ago
  90. 314f1b5 In MSVC x64 the default was to use the big-endianity macros. Fixed. by distorm · 15 years ago
  91. 6eb7486 Added used registers mask to _DInst structure. by distorm · 15 years ago
  92. 935ea84 Added RIP-relative flag. Renamed a few FC/DF flags. Added FC_CMOV. by distorm · 15 years ago
  93. 28f1367 Fixed register name for Operand class. by distorm · 15 years ago
  94. 5fe4f5e Fixed Python's sample to use distorm3 by distorm · 15 years ago
  95. b14352d Fixed bugs in Python wrapper for the Decompose API. by distorm · 15 years ago
  96. b8902f3 Moved config.h into src/. by distorm · 15 years ago
  97. 529bf8d Added DDK sample project by distorm · 15 years ago
  98. c325e8d Added a new flag: FLAG_DST_WR - Indicates whether the first operand is writable. by distorm · 15 years ago
  99. 52b0713 Python setup distutils related. by distorm · 15 years ago
  100. bbf04c2 Deleted embedded pydistorm native support! We got the binding working :) by distorm · 15 years ago