Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gamozolabs committed Nov 8, 2021
1 parent f9998f3 commit 8d42c8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
`elfloader` is a super simple loader for ELF files that generates a flat
in-memory representation of the ELF.

Pair this with Rust and now you can write your shellcode in a proper, safe,
high-level language. Any target that LLVM can target can be used, including
custom target specifications for really exotic platforms and ABIs. Enjoy using
things like `u64`s on 32-bit systems, bounds checked arrays, drop handling of
allocations, etc :)

It simply concatenates all `LOAD` sections together, using zero-padding if
there are gaps, into one big flat file.

Expand Down

0 comments on commit 8d42c8e

Please sign in to comment.