On Thu, Oct 20, 2022 at 10:33 AM Jason A. Donenfeld <Jason@xxxxxxxxx> wrote: > > Or sometimes with objdump, I've had more success by keeping debug > symbols, and then trimming offsets from jmps. objdump is what I'm using, and it actually seems ok on individual object files. Now I just need to script the "do all the object files" and see how massive the end result is. Linus