Ask Your Question
4

What is the method to identify the system functions employed by applications utilizing dynamic loading?

asked 2021-07-20 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-06-17 14:00:00 +0000

woof gravatar image

The method to identify the system functions employed by applications utilizing dynamic loading involves using a profiling tool such as Process Monitor or Dependency Walker to monitor the application's execution and identify the system DLLs it's loading at runtime. Once the dynamic libraries are identified, one can analyze them using tools such as IDA Pro or OllyDbg to identify the system functions employed by the application. Alternatively, one can use static analysis tools such as JEB or Ghidra to examine the application's code and identify the system functions it's calling.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-20 11:00:00 +0000

Seen: 12 times

Last updated: Jun 17 '22