Skip to content

Commit

Permalink
Merge pull request #4 from aidenfoxivey/readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alisya-k authored Jan 11, 2024
2 parents e5aca55 + 50147ed commit 93f8b59
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 93f8b59

Please sign in to comment.