forky2
forky2
I've just run into this problem too. One big problem with it from a banderstatch point of view is that a new mirror will never get past serial 0 and...
I'm really not annoyed about occasionally having to occasionally waste some time fixing problems with this. The amount of time I've saved with this project is immense, and I really...
FYI arm (32-bit) BE8 is broken for similar reasons. I'm patching an internal fork for now so I can get things working for our targets.
Thanks. I'm out of the office today but I'll test tomorrow.
@d-millar you are correct: ``` GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.2) 9.2 ... (gdb) info b Num Type Disp Enb Address What 1 catchpoint keep y syscalls "mmap, mprotect, munmap, brk, mremap,...
I can't share that exact `.so` but I should be able to produce a representative one. Please give me a week or so to get my ducks in a row.
I realised that the x32 binaries part of Ubuntu are an accurate representation of the problem. The `.so` attached (base64 encoded) comes from Ubuntu 25.04: ``` apt download libc6-x32 ar...
Hello, I've made some changes to my local copy for testing. I'm listing here what I've changed to get your feedback if you could please. ## Change 1 In [syms_need_diff](https://github.com/clearbluejar/ghidriff/blob/5bda0e9d9aa252a28c62d732ba4dddfce3a32660/ghidriff/ghidra_diff_engine.py#L1320)...