An open API service indexing awesome lists of open source software.

https://github.com/bfjesso/test-program

C program to test the Jesso Decompiler
https://github.com/bfjesso/test-program

assembly c linux windows

Last synced: about 2 months ago
JSON representation

C program to test the Jesso Decompiler

Awesome Lists containing this project

README

          

# Test Program
This is a C program for testing the Jesso Decompiler.

asm contains disassembly dumps after running the Jesso Decompiler's disassemble option.
```bash

./jdc -da -a -b ./test32
./jdc -da -a -b ./test64

```