summaryrefslogtreecommitdiffstats
path: root/python/distorm/README
blob: c1cc597f8f025aa39223a0c4ac9c5e3317fcdd66 (plain)
1
2
3
4
5
6
7
8
9
distorm (Disassembler Library for x86/AMD64 binary streams)

diStorm 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.

diStorm is super lightweight (~45KB), ultra fast and easy 
to use (a single API)!