Git Product home page Git Product logo

distorm64-1's Introduction

:[diStorm64}: (v1.7.30)
The ultimate disassembler library (for AMD64, X86-64).

diStorm is licensed under the BSD license.

For documentation and MUCH MORE please refer to doc/distorm.html.


Directory Listing:
-+----------------
doc/ - Contains documentation files.
build/win32/ - Solution file for VS03.
build/linux/ - Make file and installation script for Python.
build/mac/ - Make file and installation script for Python2.3 (works for Tiger).
src/ - Full source code.
linuxproj/ - Raw file disassembler, sample project, shows how to use the C Library.
win32proj/ - Ditto, but for Win32.
ddkproj/ - A Windows kernel driver source that disassembles the beginning of KeBugCheck as an example.

distorm.h - Header file for diStorm's C library (Used by win32proj and linuxproj).
config.h - Compiler specific macros definitions (Endianity support too).

NOTE - See config.h and distorm.h for library configuration (such as exports, size of integers, etc).

Win32 Compilation:
-+----------------
The distorm.sln file contains two projects: cdistorm and pydistorm.
There are three configurations: clib, py24 and py23.
'clib' configuration will create a distorm.lib file for win32proj used with the
header file (distorm.h).
'py25/24/23' configuration will create distorm.pyd in the corresponding directory,
which should be copied into the Python\Lib\site-packages.
You might want to change the directories of the Python library/include directories
which are set in the configurations.
There is also a 'dyndistorm' project which will create a distorm.dll file which you can use along with 'distorm.h'.

Linux Compilation:
-+----------------
The makefile will compile diStorm for clib and py24.
'make clib' will create a static archive library named 'distorm64.a'
which is used by linuxproj.
'make py' will create a shared object file, named 'libdistorm64.so'
which is installed with the instpython.sh script (have to be root for that).

Mac Compilation:
-+--------------
The makefile will compile diStorm for clib and py23.
You can easily edit it to compile diStorm for py2x.
See the 'Linux Compilation' above for how to use the makefile.
You can also use the same sample of linux project.

DDK Compilation (Ring0):
-+----------------------
diStorm can also be compiled as a kernel driver,
there's a sample bundled under ddkproj.
Follow accurately all the steps in the ddkproj/readme file to accomplish this task.

For updates please visit http://ragestorm.net/distorm/
Note that there are currently not-known bugs.
Please contact me for any bugs that are found in the source code
by reporting to me, so people could enjoy a better product!

If you wish to contact me, use this email: [email protected]
Gil Dabah
May 2007

distorm64-1's People

Contributors

wolfgangst avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.