You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's interesting, I didn't even know android supported eBPF but looks like it does. Unfortunately, I can't really help you there - there are a few dependencies (https://github.com/rubrikinc/wachy#compiling) that wachy has which you'll have to figure out how to compile on android. Also, wachy currently only supports x86-64, aarch64 will require some work. But if you get the other deps working let me know, I could look into it.
I know its fairly old issue, but I wanted to leave a comment for posterity since Ive just tried building wachy for android,
Cross compiling ncurses was one of the easier problems, however wachy has pretty strong dependency on zydis which only exists for x86/64. I was not able to find available alternatives for arm32/arm64 that would be decent substitute.
I'd be happy to help to make this happen its an uphill battle
Hi, I found the great tool, and I want to use it on android device.
I installed the android ndk, and then I built wachy:
I got the error:
The text was updated successfully, but these errors were encountered: