forked from pool/python-distorm3
to find the correct installation location. It's still a workaround though. - Drop unused pkg-config dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distorm3?expand=0&rev=13
61 lines
2.4 KiB
Plaintext
61 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 22 10:20:20 UTC 2013 - speilicke@suse.com
|
|
|
|
- Drop custom sitelib/arch hacks, providing --install-lib also helps distorm3
|
|
to find the correct installation location. It's still a workaround though.
|
|
- Drop unused pkg-config dependency
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Fix builds for SLES 11
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 27 08:40:20 UTC 2012 - dvaleev@suse.com
|
|
|
|
- don't stutter static on BigEndian
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 27 08:34:56 UTC 2012 - saschpe@suse.de
|
|
|
|
- Package copying
|
|
- Platform-dependent Python packages belong into %python_sitearch,
|
|
only noarch packages may go nito %python_sitelib. Seems to be an
|
|
upstream issue
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 6 23:20:54 UTC 2012 - Greg.Freemyer@gmail.com
|
|
|
|
- initial package
|
|
|
|
distorm is a powerful disassembler library for x86/AMD64.
|
|
It is used by volatility for memory (RAM) forensics.
|
|
|