diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 14:13:59 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-19 14:13:59 +0200 |
| commit | 9eb604113b9a531331897e14fafe0bef7f62d236 (patch) | |
| tree | 71f4fb84168d65bff6153b5841dc2c94b8515438 /README.md | |
| parent | c7cd286be9d4ede3129a309e2668686be4646f07 (diff) | |
| download | probe-9eb604113b9a531331897e14fafe0bef7f62d236.tar.gz | |
Added reading of ELF binaries in Zig
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -35,6 +35,7 @@ running it. | |||
| 35 | | [zig-tlv-encoding](./zig-tlv-encoding) | zig-0.13.0 | Naive implementation of TLV encoding in Zig. | | 35 | | [zig-tlv-encoding](./zig-tlv-encoding) | zig-0.13.0 | Naive implementation of TLV encoding in Zig. | |
| 36 | | [zig-embed](./zig-embed) | zig-0.13.0 | Embedding external resources in compiled binary. | | 36 | | [zig-embed](./zig-embed) | zig-0.13.0 | Embedding external resources in compiled binary. | |
| 37 | | [zig-struct-bin](./zig-struct-bin) | zig-0.13.0 | Save a struct into binary file and then reading it back. | | 37 | | [zig-struct-bin](./zig-struct-bin) | zig-0.13.0 | Save a struct into binary file and then reading it back. | |
| 38 | | [zig-elf](./zig-elf) | zig-0.14.0 | Read execution header of Elf64 format in Zig. | | ||
| 38 | 39 | ||
| 39 | ## License | 40 | ## License |
| 40 | 41 | ||
