frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
727 stars 240 forks source link

Ensure gum is itself an input to the gumjs devkit #810

Closed hexploitable closed 1 month ago

hexploitable commented 1 month ago

This addresses a bug that can result in gumjs being built before gum, and thus gumjs being incomplete (missing symbols). This ensures that when building the gumjs devkit, gum is treated as an input.

oleavr commented 1 month ago

Thanks! 🙌