Changelog for
python-distorm3-3.3.4-6.3.x86_64.rpm :
Fri Nov 9 13:00:00 2018 mceplAATTsuse.com
- Updated 0001-don-t-stutter-static-on-BigEndian.patch from personal
communication with the upstream developer to make test suite pass
completely on Big Endian machines.
Thu Jul 26 14:00:00 2018 jengelhAATTinai.de
- Remove rhetorics from descriptions.
- Avoid bashisms in %install.
Mon Jul 23 14:00:00 2018 tchvatalAATTsuse.com
- Fix i586 build
Thu Jun 21 14:00:00 2018 mceplAATTsuse.com
- License is BSD-3-Clause, not GPL
Thu Jun 21 14:00:00 2018 mceplAATTsuse.com
- Clean SPEC file
Thu Aug 24 14:00:00 2017 jmatejekAATTsuse.com
- singlespec auto-conversion
Mon Jul 24 14:00:00 2017 bwiedemannAATTsuse.com
- Add reproducible.patch to sort file list to fix build-compare (boo#1041090)
Mon Apr 22 14:00:00 2013 speilickeAATTsuse.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 13:00:00 2013 p.drouandAATTgmail.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 13:00:00 2013 p.drouandAATTgmail.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 13:00:00 2013 toddrme2178AATTgmail.com
- Fix builds for SLES 11
Fri Jul 27 14:00:00 2012 dvaleevAATTsuse.com
- don\'t stutter static on BigEndian
Mon Feb 27 13:00:00 2012 saschpeAATTsuse.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 13:00:00 2012 Greg.FreemyerAATTgmail.com
- initial package
distorm is a powerful disassembler library for x86/AMD64.
It is used by volatility for memory (RAM) forensics.