0% found this document useful (0 votes)
12 views6 pages

3/16/21, 20:02 Function Hooking Part I: Hooking Shared Library Function Calls in Linux

The document discusses how to hook shared library function calls in Linux by intercepting function calls and redirecting them. It explains how to identify function addresses, overwrite the first few bytes of functions with jump instructions, and setup a trampoline function to call the original function.

Uploaded by

MyScribd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views6 pages

3/16/21, 20:02 Function Hooking Part I: Hooking Shared Library Function Calls in Linux

The document discusses how to hook shared library function calls in Linux by intercepting function calls and redirecting them. It explains how to identify function addresses, overwrite the first few bytes of functions with jump instructions, and setup a trampoline function to call the original function.

Uploaded by

MyScribd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Function Hooking Part I: Hooking Shared Library Function Calls in Linux 3/16/21, 20:02

https://blog.netspi.com/function-hooking-part-i-hooking-shared-library-function-calls-in-linux/ Page 1 of 6
Function Hooking Part I: Hooking Shared Library Function Calls in Linux 3/16/21, 20:02

https://blog.netspi.com/function-hooking-part-i-hooking-shared-library-function-calls-in-linux/ Page 2 of 6
Function Hooking Part I: Hooking Shared Library Function Calls in Linux 3/16/21, 20:02

https://blog.netspi.com/function-hooking-part-i-hooking-shared-library-function-calls-in-linux/ Page 3 of 6
Function Hooking Part I: Hooking Shared Library Function Calls in Linux 3/16/21, 20:02

https://blog.netspi.com/function-hooking-part-i-hooking-shared-library-function-calls-in-linux/ Page 4 of 6
Function Hooking Part I: Hooking Shared Library Function Calls in Linux 3/16/21, 20:02

https://blog.netspi.com/function-hooking-part-i-hooking-shared-library-function-calls-in-linux/ Page 5 of 6
Function Hooking Part I: Hooking Shared Library Function Calls in Linux 3/16/21, 20:02

https://blog.netspi.com/function-hooking-part-i-hooking-shared-library-function-calls-in-linux/ Page 6 of 6

You might also like