Skip to content
Snippets Groups Projects

Added parser from C code to hexdump array

Open Stefan Remke requested to merge stefan into main
2 files
+ 45
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
How It Works:
- C code in c file speichern
- run with: ./code_to_hexdump.sh your_c_file.C
- terminal Ausgabe des eigentlichen codes
- in den .hexdump_comma file wird der Maschinencode in ein array geschrieben
Loading