mirror of
https://github.com/dynup/kpatch
synced 2025-01-03 03:02:01 +00:00
ecc5141676
We need a disassembler library to help with converting data section relocation references to their corresponding symbols. Unfortunately, the only library I could find that's widely available in enterprise Linux distros was libopcodes, which is part of binutils. But its interface is far too clunky for our needs. The best alternative I can find is to just copy the kernel's disassembler library code from arch/x86/lib. |
||
---|---|---|
.. | ||
insn | ||
create-diff-object.c | ||
kpatch-build | ||
list.h | ||
lookup.c | ||
lookup.h | ||
Makefile |