| 2012-12-20 |
distorm@gmail.com | Fixed some FPU OT_MEM operands to be more explicit... master |
commit | commitdiff | tree |
| 2012-09-30 |
distorm | Fixed explicit indirection size for MOVZX operands. |
commit | commitdiff | tree |
| 2012-09-21 |
distorm | Updated instructions tables |
commit | commitdiff | tree |
| 2012-09-21 |
distorm | Fixed Java project |
commit | commitdiff | tree |
| 2012-09-20 |
distorm | Fixed old init.py binding and updated Java code |
commit | commitdiff | tree |
| 2012-08-08 |
distorm@gmail.com | Added the CPU affected flags to the DInst structure... |
commit | commitdiff | tree |
| 2012-07-29 |
distorm | Updated VS files. |
commit | commitdiff | tree |
| 2012-07-29 |
distorm | x86defs.c is no more needed |
commit | commitdiff | tree |
| 2012-07-29 |
distorm | Updated to V3.3. Updated Python bindings |
commit | commitdiff | tree |
| 2012-07-24 |
distorm | Fixed Java with new mnemonics |
commit | commitdiff | tree |
| 2012-07-24 |
distorm | Added CPU flags that each instruction affects (mod... |
commit | commitdiff | tree |
| 2012-05-14 |
distorm | Fixed a few problems regarding the new DISTORM_LIGHT... |
commit | commitdiff | tree |
| 2012-05-11 |
distorm | Opcodes list for Java. |
commit | commitdiff | tree |
| 2012-05-08 |
distorm | fixed a bug with special VEX/MODRR instructions. |
commit | commitdiff | tree |
| 2012-05-08 |
distorm | Updated the distorm for Java project to support latest... |
commit | commitdiff | tree |
| 2012-05-07 |
distorm | Updated distorm to ver 3.2. |
commit | commitdiff | tree |
| 2012-04-18 |
distorm | Cosmetics. |
commit | commitdiff | tree |
| 2012-04-18 |
distorm | Added new instructions to disOps: INVPCID, TZCNT, RDxSB... |
commit | commitdiff | tree |
| 2012-03-21 |
distorm | Fixed Mov Seg instruction, see #45. |
commit | commitdiff | tree |
| 2012-03-08 |
distorm | Fixed VPEXTRQ. |
commit | commitdiff | tree |
| 2012-03-08 |
distorm | Fixed display strings for INS/OUTS instructions accordi... |
commit | commitdiff | tree |
| 2012-03-07 |
distorm | Enabled SYSENTER/SYSEXIT in 64 bits (according to Intel... |
commit | commitdiff | tree |
| 2012-03-04 |
distorm | Added XSAVE64/XSAVEOPT64/XRSTOR64 and similar instructions. |
commit | commitdiff | tree |
| 2012-03-04 |
distorm | A typo in VTEST instructions fixed. (issue #41) |
commit | commitdiff | tree |
| 2012-03-03 |
distorm | Fixed a few typo'ed mnemonics. |
commit | commitdiff | tree |
| 2012-02-29 |
distorm | Fixed the typo for AVX compare instruction in Python... |
commit | commitdiff | tree |
| 2012-02-29 |
distorm | Fixed a typo in AVX pseudo compare instruction. |
commit | commitdiff | tree |
| 2012-02-28 |
distorm | Fixed issue #29 continued. Pseudo compare instructions... |
commit | commitdiff | tree |
| 2012-02-27 |
distorm | New mnemonics for pseudo compare instructions. |
commit | commitdiff | tree |
| 2012-02-27 |
distorm | Fixed issue #29. Pseudo compare instructions' mnemonics... |
commit | commitdiff | tree |
| 2011-07-07 |
distorm | helper output of mnemonics table for java. |
commit | commitdiff | tree |
| 2011-07-07 |
distorm | A fix for string io instructions text formatting. |
commit | commitdiff | tree |
| 2011-06-25 |
distorm | _DInst now takes 8bytes less ;) |
commit | commitdiff | tree |
| 2011-06-18 |
distorm | Fixed VS configuration. |
commit | commitdiff | tree |
| 2011-06-17 |
distorm | dll not found message in python module changed. |
commit | commitdiff | tree |
| 2011-06-15 |
distorm | Displacement of an instruction shouldn't be truncated... |
commit | commitdiff | tree |
| 2011-06-15 |
distorm | more size refactoring from creating a flags-table ... |
commit | commitdiff | tree |
| 2011-06-10 |
distorm | Moved to version 3.1.0 ! |
commit | commitdiff | tree |
| 2011-05-22 |
distorm | fix for new mnemonics layout. |
commit | commitdiff | tree |
| 2011-05-22 |
distorm | Made mnemonics array flat, serialized more efficiently... |
commit | commitdiff | tree |
| 2011-04-22 |
distorm | Fixed setup.py for windows. |
commit | commitdiff | tree |
| 2011-04-22 |
distorm | Fixed setup.py |
commit | commitdiff | tree |
| 2011-04-22 |
distorm | Fixed makefiles. |
commit | commitdiff | tree |
| 2011-04-22 |
distorm | Changed Win32 project to use VS2010. |
commit | commitdiff | tree |
| 2011-04-22 |
distorm | Fixed issue #20. |
commit | commitdiff | tree |
| 2011-03-25 |
distorm | Fixed a operand.h header problem. |
commit | commitdiff | tree |
| 2010-11-28 |
distorm | Fixed a few file paths, and moved mnemonics.c to src/. |
commit | commitdiff | tree |
| 2010-11-19 |
distorm | Added the Java sample to the SVN. |
commit | commitdiff | tree |
| 2010-11-18 |
distorm | Manifests for distutils updated. |
commit | commitdiff | tree |
| 2010-11-17 |
distorm | Changed the MAX_TEXT_SIZE to 48 from 32, since it was... |
commit | commitdiff | tree |
| 2010-11-17 |
distorm | !!!! Temporary commit #5, still changing stuff !!!! |
commit | commitdiff | tree |
| 2010-11-14 |
distorm | !!!! Temporary commit #4, still changing stuff !!!! |
commit | commitdiff | tree |
| 2010-11-14 |
distorm | !!!! Temporary commit #3, still changing stuff !!!! |
commit | commitdiff | tree |
| 2010-11-14 |
distorm | !!!! Temporary commit, still changing stuff !!!! |
commit | commitdiff | tree |
| 2010-10-31 |
distorm | A tiny fix for ctypes usage. |
commit | commitdiff | tree |
| 2010-10-20 |
distorm | Another fix for Python bindings. |
commit | commitdiff | tree |
| 2010-10-19 |
distorm | Added support for Mac makefile. |
commit | commitdiff | tree |
| 2010-10-11 |
distorm | Fixed displayed signed offsets in distorm_decode. |
commit | commitdiff | tree |
| 2010-10-01 |
distorm | In MSVC x64 the default was to use the big-endianity... |
commit | commitdiff | tree |
| 2010-09-21 |
distorm | Added used registers mask to _DInst structure. |
commit | commitdiff | tree |
| 2010-09-10 |
distorm | Added RIP-relative flag. |
commit | commitdiff | tree |
| 2010-09-09 |
distorm | Fixed register name for Operand class. |
commit | commitdiff | tree |
| 2010-09-08 |
distorm | Fixed Python's sample to use distorm3 |
commit | commitdiff | tree |
| 2010-09-08 |
distorm | Fixed bugs in Python wrapper for the Decompose API. |
commit | commitdiff | tree |
| 2010-08-30 |
distorm | Moved config.h into src/. |
commit | commitdiff | tree |
| 2010-08-20 |
distorm | Added DDK sample project |
commit | commitdiff | tree |
| 2010-08-20 |
distorm | Added a new flag: FLAG_DST_WR - Indicates whether the... |
commit | commitdiff | tree |
| 2010-08-17 |
distorm | Python setup distutils related. |
commit | commitdiff | tree |
| 2010-08-17 |
distorm | Deleted embedded pydistorm native support! We got the... |
commit | commitdiff | tree |
| 2010-08-17 |
distorm | Fixed compilation of 64bit .dll. |
commit | commitdiff | tree |
| 2010-08-16 |
distorm | Fixed Linux sample project makefile. |
commit | commitdiff | tree |
| 2010-08-15 |
distorm | Added a new field 'nextOffset' to CodeInfo structure... |
commit | commitdiff | tree |
| 2010-08-15 |
distorm | git-svn-id: distorm.googlecode.com/svn/trunk@114 d69571... |
commit | commitdiff | tree |
| 2010-08-15 |
distorm | Updated structure of CodeInfo. |
commit | commitdiff | tree |
| 2010-08-15 |
distorm | Fixed a bug in Python's Decode generator. (Stream now... |
commit | commitdiff | tree |
| 2010-07-26 |
distorm | Renamed Win32 project name to distorm. |
commit | commitdiff | tree |
| 2010-07-25 |
distorm | Mostly documentation. And added Meta info for Wait... |
commit | commitdiff | tree |
| 2010-07-16 |
distorm | Fixed compilation problem for clib -x64. |
commit | commitdiff | tree |
| 2010-07-16 |
distorm | Removed extra returns in printf output of Win32 sample. |
commit | commitdiff | tree |
| 2010-07-11 |
distorm | Added an Operand class. |
commit | commitdiff | tree |
| 2010-07-11 |
distorm | Fixed broken code. |
commit | commitdiff | tree |
| 2010-07-09 |
distorm | Updated internals of class Instruction (Python Wrapper). |
commit | commitdiff | tree |
| 2010-05-23 |
distorm | Fixed bug out-of-sync for return FC instructions only... |
commit | commitdiff | tree |
| 2010-05-16 |
distorm | Initial version of Decompose API support, by Roee Shenb... |
commit | commitdiff | tree |
| 2010-05-13 |
distorm | Removed support for compiling py-distorm in all platforms. |
commit | commitdiff | tree |
| 2010-05-13 |
distorm | _LIB preprocessor macro was renamed to LIBDISTORM,... |
commit | commitdiff | tree |
| 2010-05-01 |
distorm | Updated Makefile of Linux to use distorm3 filename. |
commit | commitdiff | tree |
| 2010-05-01 |
distorm | Python Binding module with sample added |
commit | commitdiff | tree |
| 2010-05-01 |
distorm | MSVS Solution fixes. |
commit | commitdiff | tree |
| 2010-05-01 |
distorm | Dropped Python module compilation from the Win32 MSVS... |
commit | commitdiff | tree |
| 2010-05-01 |
distorm | Renamed file name of distorm64 output in Mac Build. |
commit | commitdiff | tree |
| 2010-04-23 |
distorm | Changed Mac makefile according to issue #1. |
commit | commitdiff | tree |
| 2010-04-02 |
distorm | Fixed the IMUL instruction. |
commit | commitdiff | tree |
| 2010-02-03 |
distorm | Added x64 configuration (thx to mvilas). |
commit | commitdiff | tree |
| 2010-01-15 |
distorm | Makefile for Mac was added. |
commit | commitdiff | tree |
| 2010-01-15 |
distorm | Dead code cleanup. |
commit | commitdiff | tree |
| 2010-01-14 |
distorm | Removed gp from Linx Makefiles. |
commit | commitdiff | tree |
| 2010-01-14 |
distorm | Fixed legal issues - GPLv3 is now fully official. |
commit | commitdiff | tree |
| 2010-01-14 |
distorm | Initial version of diStorm3! |
commit | commitdiff | tree |
| 2010-01-06 |
(no author) | Initial directory structure. |
commit | commitdiff | tree |
|