15
0

Accepting request 148114 from home:posophe:branches:devel:languages:python

update to 3.3

OBS-URL: https://build.opensuse.org/request/show/148114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distorm3?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2013-01-14 10:35:43 +00:00
committed by Git OBS Bridge
parent 6947fcfa46
commit 81f720c827
4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jan 11 17:15:31 UTC 2013 - p.drouand@gmail.com
- Update to 3.3 version:
* 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.
- Remove duplicate files with fdupes
-------------------------------------------------------------------
Fri Jan 11 17:14:12 UTC 2013 - p.drouand@gmail.com
- Update to 3.2 version:
* 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.
-------------------------------------------------------------------
Thu Jan 3 19:03:02 UTC 2013 - toddrme2178@gmail.com