An open API service indexing awesome lists of open source software.

https://github.com/beaengine/lde64

LDE64 (relocatable) source code
https://github.com/beaengine/lde64

Last synced: 8 months ago
JSON representation

LDE64 (relocatable) source code

Awesome Lists containing this project

README

          

# LDE64 (relocatable)

## License

LGPL v3

## About

This tool is a LDE (Length Disassembler Engine) for intel 64 processors. It is based on BeaEngine and is able to decode instruction in 32 bits and 64 bits architectures. It is a relocatable engine.
This is the source code of the original LDE64 available on [www.beaengine.org](http://www.beaengine.org). It was implemented to be assembled with goasm assembler (only available on windows).

## Building ?

Building process is not available because not yet really clean.