./devel/py-distorm3, Powerful Disassembler Library For x86/AMD64

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.5.2nb1, Package name: py310-distorm3-3.5.2nb1, Maintainer: pettai

The goal of diStorm3 is to decode x86/AMD64 binary streams and return
a structure that describes each instruction.

diStorm3 is really a decomposer, which means it takes an instruction and
returns a binary structure which describes it rather than static text,
which is great for advanced binary code analysis. diStorm3 is super
lightweight (~45KB), ultra fast and easy to use (a single API)!


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 135.128 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-03-20 08:00:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-distorm3: updated to 3.5.2

3.5.2:
More fixes...
   2020-12-10 13:34:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-distorm3: updated to 3.5.1

3.5.1:
Bug fixes
   2020-06-11 14:15:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-distorm3: updated to 3.5.0

3.5.0:
Version 3.5 is 2x faster and includes bug fixes and lots of new unit tests to \ 
make sure functionality is very stable and robust.
   2020-05-17 20:28:10 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-distorm3: PLIST fix
   2020-05-16 09:25:21 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-distorm3: updated to 3.4.4

3.4.4:
Update __init__.py
Fixed decompose wrapper bug.