From 0f35cd643b8c23a51d2248fe1b656d44e94847fc Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Sat, 7 May 2022 04:06:59 +0100 Subject: python/python2-distorm: Added (Disassembler Library) Renamed from python/distorm. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python2-distorm/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python2-distorm/README (limited to 'python/python2-distorm/README') diff --git a/python/python2-distorm/README b/python/python2-distorm/README new file mode 100644 index 0000000000..0d8c512a87 --- /dev/null +++ b/python/python2-distorm/README @@ -0,0 +1,9 @@ +python2-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)! -- cgit v1.2.3