Some Python Reversing Libraries

Stumbled over a good link? Post it here... (the board is flushed regularly)
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Some Python Reversing Libraries

Post by maboroshi »

A bunch of Python reversing libraries for your enjoyment

Code: Select all

http://pythonarsenal.erpscan.com/
A

Code: Select all

http://code.google.com/p/androguard/
https://github.com/xupeng/apkjet 
https://github.com/Falaina/AsmJit-Python
B

Code: Select all

https://pypi.python.org/pypi/BeaEnginePython/
https://code.google.com/p/binwalk/
https://github.com/zynamics/bochs-python-instrumentation
https://github.com/grugq/Buggery
C

Code: Select all

http://sourceforge.net/projects/ctypes/ - for python before 2.5
http://www.cuckoosandbox.org/
D

Code: Select all

https://github.com/jbremer/darm
http://www.nektra.com/products/deviare-api-hook-windows/
https://diabind.codeplex.com/
http://code.google.com/p/distorm/

E

Code: Select all

http://hg.secdev.org/elfesteem/
https://github.com/JonathanSalwan/Elfparsing
F

Code: Select all

https://github.com/sysdream/fino
https://bitbucket.org/pmderodat/frasm
http://frida.github.io/
H

Code: Select all

https://github.com/EiNSTeiN-/hexrays-python
https://code.google.com/p/hookme/
I

Code: Select all

http://code.google.com/p/idapython/
http://www.immunityinc.com/products-immdbg.shtml
L

Code: Select all

https://bitbucket.org/carlpulley/libbap
http://www.immunitysec.com/resources-freesoftware.shtml
http://lldb.llvm.org/
http://www.llvmpy.org/
M

Code: Select all

http://pypi.python.org/pypi/macholib/
http://code.google.com/p/miasm/
http://code.google.com/p/smiasm/
N

Code: Select all

http://www.netzob.org
O

Code: Select all

https://github.com/0vercl0k
http://code.google.com/p/ollypython/
P

Code: Select all

http://code.google.com/p/pdbparse/
https://github.com/frank2/peel
http://code.google.com/p/pefile/
http://code.google.com/p/paimei/
https://github.com/neuroo/pinpy
http://code.google.com/p/processtap/
https://github.com/cantora/py-eresi
http://www.grant-olson.net/python/pyasm
https://github.com/jbremer/pyasm2
https://github.com/dshikashio/Pybag
https://github.com/Groundworkstech/pybfd
http://code.google.com/p/pyboxed/
http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=PyCodin
http://dkbza.org/pydasm.html
http://bashdb.sourceforge.net/pydb/
http://sourceforge.net/projects/pydbgeng/
http://code.google.com/p/pydbgr/
http://code.google.com/p/pydevtools/
http://code.google.com/p/pydot/
http://roberto.greyhats.it/projects.html
http://ertos.nicta.com.au/software/kenge/pyelf/devel/
https://bitbucket.org/eliben/pyelftools
http://code.google.com/p/pyemu/
http://code.google.com/p/pyew/
http://code.google.com/p/pygdb/
https://bitbucket.org/antocuni/pygdb2/
http://code.google.com/p/pyhiew/
http://pykd.codeplex.com/
https://github.com/buffer/pylibemu
http://code.mwcollect.org/projects/pylibscizzle
https://github.com/srounet/Pymem
http://code.google.com/p/pymsasid/
https://github.com/crackinglandia/pype32
http://code.google.com/p/pyretic/
https://github.com/bsdphk/PyRevEng
http://security.dico.unimi.it/~roberto/pystp/
https://github.com/feliam/pysymemu
https://github.com/rbrady/python-adb
http://pypi.python.org/pypi/haystack
http://pypi.python.org/pypi/python-ptrace
http://sourceware.org/gdb/wiki/PythonGdb
http://code.google.com/p/pytracer/
https://github.com/zardus/pyvex
https://code.google.com/p/vmitools
https://github.com/dshikashio/pywindbg
R

Code: Select all

http://radare.org/doc/html/Section10.6.html#python
https://github.com/sduverger/ramooflax
U

Code: Select all

http://oss.coresecurity.com/projects/uhooker.htm
V

Code: Select all

http://visi.kenshoto.com/viki/MainPage
http://visi.kenshoto.com/viki/MainPage
W

Code: Select all

http://winappdbg.sourceforge.net/
Z

Code: Select all

http://www4.in.tum.de/~boehmes/z3-python.html
http://research.microsoft.com/en-us/um/redmond/projects/z3/

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: Some Python Reversing Libraries

Post by ayu »

wow, nice list man :)
"The best place to hide a tree, is in a forest"

Post Reply