[go: up one dir, main page]

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