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
- Host: GitHub
- URL: https://github.com/beaengine/lde64
- Owner: BeaEngine
- License: lgpl-3.0
- Created: 2015-06-24T08:02:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T08:13:31.000Z (almost 11 years ago)
- Last Synced: 2025-04-17T16:03:18.041Z (12 months ago)
- Language: Assembly
- Size: 133 KB
- Stars: 98
- Watchers: 11
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.