jaws icon indicating copy to clipboard operation
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

Results 7 jaws issues
Sort by recently updated
recently updated
newest added

Create a YARA rule to detect the compiled `jaws` binary as it would be created by the default Makefile.

enhancement

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.

enhancement

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.

enhancement

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...

enhancement

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,...

enhancement

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...

bug
help wanted

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...

enhancement
breaking change