danergo

Results 132 comments of danergo

Thanks, I need API22 too, now looking into Exo, will come back if that fails.

But for some strange reason I could comple reptyr for aarch64. It also includes user.h and seems working fine, but reredirect fits better to my purposes. Can we check it...

Cross-compilation of `reptyr`: ![image](https://user-images.githubusercontent.com/11708344/146962466-7bc94ec9-d98c-437b-945f-647c2171ccfc.png) Cross-compilation of `reredirect` (after adding `aarch64.h` from `reptyr` and modifying the `ptrace` IFDEF ladder: ![image](https://user-images.githubusercontent.com/11708344/146963471-90d00c69-6039-47e0-ac78-f56a750d390b.png) After a few mods, I'm now at this compile error: ![image](https://user-images.githubusercontent.com/11708344/146969794-b58c4de1-4f61-44ea-aaf5-d7d073f4a08b.png)

So, `reptyr` compiles fine, and works, but not as nice as `rerepeat`. So I really love to compile rerepeat for aarch64, but I can't solve that issue above with the...

Actually I have made it compiling, but doesn't work, nothing is piped, original pty remains active. I'll share more details later, and I hope we would figure it out :)

Here is my patch file: [make_aarch64_working.zip](https://github.com/jerome-pouiller/reredirect/files/7763260/make_aarch64_working.zip) You also have to add "aarch64.h" from reptyr. But this is not working, here is the output: ``` reredirect -o $FIFO_OUT 1873 [-] Unable...

I thought on that too, but it results another error: ``` In file included from ptrace.c:99: arch/default-syscalls.h:1:31: error: ‘__NR_open’ undeclared here (not in a function) 1 | #define SC(name) .nr_##name...

Hi, thank you. Unfortunately this is still not working: ``` # reredirect 8616 -m /tmp/fifo Unable to attach to pid 8616: Invalid argument ```

Oh,, and btw, have a Merry Christmas :)

Thank you. On `aarch64` it is still the same as before: "Unable to attach to pid".