Skip to main content

Posts

Featured

LD_PRELOAD USING REVERSE ENGINEERING

DATE: 16-07-2020 ------------------------------------------------------------------                 LD_PRELOAD USING REVERSE ENGINEERING                   HIR3@HACK3R ( M O G L I )     ---------------------- This paper is about the LD_PRELOAD feature, and how it can be useful for reverse engineering dynamically linked executables. This technique allows you to hijack functions/inject code and manipulate the application flow.   Compiling Methods ----------------- Generally there are two ways of producing an executable. The first method is the static compilation. During the compilation process the Executable that will be produced, will be independent and will include all it needs to function properly. The advantage of this method is mainly portability as the user is not required to install anythi...

Latest posts