This package improves child_process methods with a promise interface. Strips the final newline from the output so you don't have to do stdout.trim(). Supports shebang binaries cross-platform. Improved Windows support. Higher max buffer. 100 MB instead of 200 KB. Executes locally installed binaries by name. Cleans up spawned processes when the parent process dies. Get interleaved output from stdout and stderr similar to what is printed on the terminal. (Async only). Can specify file and...
an autoIt script to do binary search debugging. you'll need to install autoIt to use this script. the script is a framework to automate binary search debugging methodology.
this code is set up as an example of automated binary search debugging.
in this example, the script searches a txt file called blah.txt for one line containing the text "blah". the binary search debugger searches for the line containing blah.
A standalone powerpc disassembler written as a wrapper over GNU libopcode library. It accepts the opcode ( in hex or decimal ) as it's argument and spits the disassembled output.
Recently, a reference assembler has been added. It takes the instruction in string form and spits the assembled 32-bit opcode.It's not fully tested and may not work always.
File-Spector is a small, fast and easy to use binaryfile analyzer and Inspector.
It allows the users to format a complete binaryfile structure and then use it to read any binaryfile that matches the specified format.
binaryfinary is a binaryfile format viewer/editor. Profiles are written which describe binaryfile formats e.g. media files formats, TCP packets, compression formats. Binaryfinary provides an XML-DTD so that these templates can be described in XML.