(X)BNF simple and clever translation grammar compiler
XBNF Neurotranslator is a powerfull extended BNF grammar language to handle translations easily and many features to handle different kind of situations.
This project is for common arch binaries, C++ sources, tests & support tickets.
No installation, juste get binary for your architecture :
> See [Files] > binary.{version}
Library of smart samples of grammars>
https://sourceforge.net/projects/xbnf/
Docker image which embeds the Linux/64bits binary and the library.
https://hub.docker.com/r/damolab/neurotranslator/
Docker image with GNU C++ toolchain to build the xbnf command:
https://hub.docker.com/r/damolab/neurotranslator-compil
French blog dedicated to XBNF :
https://damolab.zapto.org/xbnf/
Generic Code-Seeking Diassembler with Fuzzy-Function Analyzer
GenDasm is a Generic Code-Seeking Diassembler engine. It allows you to enter known starting vectors for a given code image for the micro. It will disassemble the code and follow through branches to assist in the separation of code and data.
Its included Fuzzy Function Analyzer companion uses a DNA Sequence Alignment Algorithm to locate similar code in multiple binaries to facilitate reverse-engineering and/or code recovery.
The original purpose of the Fuzzy Function Analyzer was to assist in code recovery where the source code for the current binaries got lost, yet the source code for an old binary was retained. ...