Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
535 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 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...