Skip to content

RainerNet/WebServerPythonJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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

Demo for healthchecks on net core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published