Jump to content

Recommended Posts

Posted

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)

 


 

Posted (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 by saiaapiz
Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.