eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT
https://eunomia.dev/bpftime/
MIT License
693 stars 68 forks source link

#237 | hp77 | Make registers arch independent #241

Closed hp77-creator closed 4 months ago

hp77-creator commented 4 months ago

Description

Issue was during docker build, frida tests were failing because of registers being used were only for x86

Fixes #237

Type of change

Changed explicit register access to macro definition

How Has This Been Tested?

Ran the whole suite by running make release during docker build Test Configuration:

Checklist

Officeyutong commented 4 months ago

Thank you for your work!