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.
我使用了一些名为libmonkey的库,它为 Linux 上的动态 ELF 补丁提供了很好的接口。但是,我正在尝试在 FreeBSD 上运行它;编译通过,但我在运行时得到核心转储(gdb 指向标头偏移计算代码)。
我不熟悉 ELF,但在 linux 和 freebsd 上的头文件不应该是一样的吗?
有人知道发生了什么吗?
谢谢