LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

Implement File Format Parsing #31

Closed CryZe closed 1 year ago

CryZe commented 1 year ago

This implements support for parsing PE and ELF files, which are the formats used by Windows and Unix systems respectively. This allows you to detect the architecture, endianness and "bitness" of the code running inside a process.