saiaapiz Posted January 19, 2019 Posted January 19, 2019 View File ElfInfo | Get Elf Info Using GG Get information about loaded library inside memory. * Pros - Parsed ELF Structure, Program Header, Dynamic Segment, Symbol * Cons - Section Header are not parsed, because it not loaded into memory. - Only 32-Bit Elf Supported. * Thanks to: - @Enyby * Use cases: - PinOut Hax - Injection References: [1] https://en.wikipedia.org/wiki/Executable_and_Linkable_Format [2] http://phrack.org/issues/59/8.html (I need to create elf parser before getting through. xD) Submitter saiaapiz Submitted 01/19/2019 Category Tools 1
saiaapiz Posted January 25, 2019 Author Posted January 25, 2019 (edited) 10 hours ago, Krojzanovic said: what this , and for what @saiaapiz This can be used on multi-purposes, take example of this.. * Code Injection This come handy when you need to work elf structure. Edited January 25, 2019 by saiaapiz
Krojzanovic Posted January 27, 2019 Posted January 27, 2019 On 1/25/2019 at 11:53 AM, saiaapiz said: This can be used on multi-purposes, take example of this.. * Code Injection This come handy when you need to work elf structure. oh ok thx i will try it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now