Monthly Archives: February 2016
Maven Runner update – now it reads nbactions.xml
now it reads nbactions.xml added a button (with star icon) to hide default maven goals. 2016/02/12
finally made it: installed the resolver address in GOT[2]
finally made it: installed the resolver address in GOT[2], now i am able to load up elf binary to memory, execute it, during dynamic loading, it jump to GOT[2]. What i have to do is to make my own resolver works. 2016/02/10
Description of the first few entries in GOT table
Description of the first few entries in GOT table GOT[0] : The table’ s entry zero is reserved to hold the address of the dynamic structure, referenced with the symbol _DYNAMIC . This allows a program, such as the dynamic linker, to fi nd its own dynamic structure without having yet processed its relocation entries. This is especially […] 2016/02/06