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
- Host: GitHub
- URL: https://github.com/bfjesso/test-program
- Owner: bfjesso
- License: gpl-3.0
- Created: 2025-03-30T11:13:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-31T18:45:20.000Z (11 months ago)
- Last Synced: 2025-07-31T21:58:04.236Z (11 months ago)
- Topics: assembly, c, linux, windows
- Language: Assembly
- Homepage: https://github.com/bfjesso/jesso-decompiler
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```