Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道是否有一个库可以提供获取进程基址/加载地址的功能?我想使用 Ragweed 以编程方式添加断点,但是我只有从 IDA 导出的断点偏移量。我唯一能找到的是:
在 Mac OSX 中获取进程基地址
通过豚草 (https://github.com/tduehr/ragweed)
x = Ragweed::Debuggerosx.new(pid) x.attach puts x.region_info(0).base_address