如何判断某个类属于哪个库

最近在逆向一款App,在IDA分析某个函数是,发现是CBaseFile这个类的类方法 LoadDataFromPath 所以就在反编译的二进制文件中找这个类,但是没有找到,现在想知道如何找到这个属于哪个库

我一看名字就知道那款App是WeChat

https://developer.apple.com/documentation/objectivec/objective_c_runtime

1 个赞

腾讯有个微信类特别多

搞来搞去还是搞微信比较有趣 :smirk:

https://www.google.com/search?q=CBaseFile&oq=CBaseFile&aqs=chrome..69i57.154j0j7&sourceid=chrome&ie=UTF-8

https://github.com/aozhimin/iOS-Cracked-Apps/blob/master/DumpedClasses/WeChat/CBaseFile.h

1 个赞

不是搞微信发帖会被封杀吗

大佬,大佬

什么类?:rofl::rofl::rofl::rofl:

你懂得:star_struck::star_struck::star_struck::star_struck:

谢狗神,好长时间没登了:joy:

:no_mouth::no_mouth::no_mouth::no_mouth::no_mouth::roll_eyes:

:joy::joy::joy::joy::joy::joy:

调试的时候使用 image lookup -r -f CBaseFile 可以找到是在模块里面使用到