Changelog for
python2-distorm3-3.5.0-1.el7.x86_64.rpm :
Mon Sep 7 14:00:00 2020 Lawrence R. Rogers
3.5.0-1
* Release 3.5.0-1
Version 3.5.0
Thu Oct 24 14:00:00 2019 Lawrence R. Rogers 3.4.1-2
* Release 3.4.1-2
Added python3 version
Tue Jan 15 13:00:00 2019 Lawrence R. Rogers 3.4.1-1
* Release 3.4.1-1
Version 3.4.1.
Sat Jun 4 14:00:00 2016 Lawrence R. Rogers 3.3.4-1
* Release 3.3.4-1
Version 3.3.4.
Wed Nov 18 13:00:00 2015 Lawrence R. Rogers 3.1-1
* Release 3.1-1
This is distorm3 version 3.1 that has been installed to solve this problem: https://code.google.com/p/volatility/issues/detail?id=342
Distorm3 version 3.3 is available but it has a problem in Volatility.
Sat Jan 3 13:00:00 2015 Lawrence R. Rogers 3.0-1
* Release 3.0-1
See the changes here: https://code.google.com/p/distorm/source/list
Sun Sep 30 14:00:00 2012 Lawrence R. Rogers 3-2
* Release 3-2
Fixed a text formatting problem with the MOVZX instruction, thanks to Jun Koi for reporting.
Finally I got to fix the problem with the Python binding. I also had to fix a few other problems.
I am testing everything and will upload a new version by tomorrow. Thanks for your patience.
Sun Jul 29 14:00:00 2012 Lawrence R. Rogers 3-1
* Release 3-1
diStorm version 3.3 is now released. The structure of a decoded instruction now contains new fields
that let one know how the instruction affected the CPU flags (modified, tested, undefined). For
more info see the last three fields of the DInst structure inside DecomposeInterface.
Compacted the DB of instructions much more, with another level of shared data among similar instructions...
The Python bindings now support the control flow features that diStorm3 itself support, thanks to Vext01.
Mon Apr 9 14:00:00 2012 Lawrence R. Rogers 2-1
* Release 2-1
A major release of diStorm3.2 is now available. Fixed many instructions, either operand accuracy
problems or typos in mnemonics. Fixed a few bugs introduced in July 2011. Added new instructions
such as: INVPCID, TZCNT, RDxSBASE, WRxSBASE, CVTPS2PH, CVTPH2PS and more. Added a new compiler
directive DISTORM_LIGHT to compile only distorm_decompose (no text formatting) to make diStorm
smaller in size (should save around 20kb), thanks to Marius Negrutiu of BullGuard. Fixed the
Java wrapper to support latest version.
Sat Jul 2 14:00:00 2011 Lawrence R. Rogers 1.0-1
* Release 1.0-1
Initial release