grubeli

Results 8 issues of grubeli

How is SVC / syscall hooking is implemented? If someone tries to bypass Frida by using syscalls directly without libc wrapper will we detect them? For example some packers do...

I have a project with stream of strings but not sure which one is base64 encoded, I tried to use .decode method and only get successful results but at the...

Is there plan to support bun https://bun.sh ?

How can I use ts scripts from python like we do with js?

I run the action and `Upload Episode from YouTube To Anchor.Fm` part of the action continues to fail with following error: ``` ... + [email protected] added 55 packages from 73...

bug
invalid

Is possible to create an app for Android with aya? I mean production builds of Android like Pixel, Galaxy, etc.

According to [Journey to libbpf v1](https://nakryiko.com/posts/libbpf-v1/), there is a better option to trace syscalls - `ksyscall`. Is the `ksyscall` supported in this crate? I was unable to use `SEC("ksyscall/openat")`

Libbpf v1 introduced `ksyscall` option to trace syscalls, an example for the feature would be helpful