Skip to content

A decompiler that attempts to generate pseudo-C using Machine Learning, rather than algorithmically.

License

Notifications You must be signed in to change notification settings

jha/machine-decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Decompiler

This is a work-in-progress cross-platform decompiler designed to work using machine learning, rather than algorithmically, allowing users to train the decompiler together to produce an always-updating product.

Building from source

mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
cmake --build .

The client binary should be located in build/client/md-client(.exe). The server binary should be located in build/server/md-server(.exe).

Running the client

The default, community integration server credentials are as follows

community.hostname.tld

Running the server

TDB

Included Works

This software utilizes dear imgui, which is also licensed under the MIT license. As this is the same license this software is released under, we have not included an additional copy of the MIT license with the source.

About

A decompiler that attempts to generate pseudo-C using Machine Learning, rather than algorithmically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published