zardus / preeny

Some helpful preload libraries for pwning stuff.
BSD 2-Clause "Simplified" License
1.56k stars 171 forks source link

Adding ARM support for getcanary #57

Closed sudhackar closed 5 years ago

sudhackar commented 5 years ago

As discussed in #54 Stack canary is stored at __stack_chk_guard in arm. A simple load should do the trick.

Also fixing #56 by adding libseccomp dependency in README

zardus commented 5 years ago

Thanks!