当我反汇编.so文件时,IDA pro如何获得参数&返回“memset”的信息?

时间:2013-08-19 11:27:56

标签: android c reverse-engineering ida

当我反汇编.so文件时,IDA Pro如何显示libc函数的信息(例如:memset),如下所示:

.plt:000184D8 ; =============== S U B R O U T I N E =======================================
.plt:000184D8
.plt:000184D8 ; Attributes: thunk
.plt:000184D8
.plt:000184D8 ; void *memset(void *s, int c, size_t n)
.plt:000184D8 memset                                  ; CODE XREF: sub_18F10+2Cp
.plt:000184D8                                         ; getImgName+34p ...
.plt:000184D8                 ADRL    R12, 0xEB4E0
.plt:000184E0                 LDR     PC, [R12,#(memset_ptr - 0xEB4E0)]! ; __imp_memset
.plt:000184E0 ; End of function memset
.plt:000184E0
.plt:000184E4 ; ---------------------------------------------------------------------------

IDA pro如何获取参数&返回“memset”的信息? 它仍然显示功能信息,但我删除文件:\ IDA PRO \ sig \ libc.sig。 谢谢!

0 个答案:

没有答案