Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenfoxivey committed Jan 3, 2024
1 parent e5aca55 commit 50147ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ binary is the host encoding or an arbitrary one.
Thanks must be given to the [elf32.py](https://github.com/construct/construct/blob/master/deprecated_gallery/elf32.py) example provided
in Construct's deprecated gallery, as it demonstrated a very clean way to construct the code.

A version of our current example has been [added to Construct](https://github.com/construct/construct/blob/master/gallery/elf.py).

Also, we use [Capstone Dissassembler](http://www.capstone-engine.org/) for optional dissassembly of code within the files.

## Resources

AARCH64 Syscalls available [here](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/constants/syscalls.md#arm64-64_bit).
Expand Down

0 comments on commit 50147ed

Please sign in to comment.