Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
536 views
in Technique[技术] by (71.8m points)

kernel - need to debug MMAP so where is the object file for MMAP or module containing MMAP() -- how to find in linux?

I am trying to debug MMAP with kprobe but I dont know how to set break points inside MMAP. In my lib/modules there I searched but could not find that resembles mmap containing module. how can I debug mmap with kprobe so I need object file of the routine.

I just need to set breakpoints at different locations. So I could use radare2 for this to view the assembly and check the memory locations which I will specify in KProbe module that will be injected in MMAP function in the routine containing MMAP function, for debugging it.

question from:https://stackoverflow.com/questions/65642626/need-to-debug-mmap-so-where-is-the-object-file-for-mmap-or-module-containing-mma

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.9k users

...