jaws
jaws copied to clipboard
Jaws is an invisible programming language! Inject invisible code into other languages and files! Created for security research -- see blog post
Create a YARA rule to detect the compiled `jaws` binary as it would be created by the default Makefile.
Add the capability to dump interpreted instructions back into their own file, effectively making an extractor that can pull raw Jaws code out of any type of file.
This is probably going to go in its own repo, but it would be cool to have a tool that injects Jaws code into various types of files.
This is probably going to require the creation of a separate git repo, but I'm just putting in here for remembering later. The end goal is to be able to...
Add a debugger to Jaws to step through interpretation or enter the debugger when an error occurs. The debugger should be able to see what instruction the interpreter is on,...
The test program netcon.jaws works when the Jaws vm is built for Linux, but doesn't work on Windows. The Windows implementation uses winsocks2 rather than unix sockets, so the first...
I was trying to concatenate jaws code to the end of an elf binary for a CTF, but I ran into an issue where a false header was being picked...