Skip to content

Commit

Permalink
fix markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Apr 6, 2024
1 parent f1a5cdd commit 35b859f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ Feel free to get in touch at ralph@deadfeed.net

*WARNING:* You need NASM version 2.10.07 for this to compile.

-------------------------------------------------------------------------------------------------------------

Changes by BoyC / Conspiracy:
# Changes by BoyC / Conspiracy:

* added .kkp export for byte exact pack ratio, analyzer tool to be released soon, file format described below
* fixed PE header so that the Microsoft exe signing tool actually recognizes produced binaries as executables
* As the result of the PE header fix, expanded the MZ header with some custom art

KKP file format:
# KKP file format:
Used to describe a binary file with all its contents and compression statistics, including symbol info

```
4 bytes: FOURCC: 'KK64'
4 bytes: size of described binary in bytes (Ds)
4 bytes: number of source code files (Cc)
Expand Down Expand Up @@ -52,4 +51,5 @@ Ds times: (for each byte of the described binary)
2 bytes: symbol index
double: packed size
2 bytes: source code line
2 bytes: source code file index
2 bytes: source code file index
```

0 comments on commit 35b859f

Please sign in to comment.