Neoma Fong
Neoma Fong
@mundusnine Is there a link to the `windows-inject-custom` code repository please?
parser.h: ~~#include "lexer.h"~~ `#include `
The offending code seems to be here, along with a (TODO?) comment owa_caller.php: ``` // load config values from DB // Applies config from db or cache // check here...
alternatively, you could launch by package name i.e. `-f com.tlamb96.spetsnazmessenger`
I was wondering if there was a way to extract it from the `frida-server` binary itself, without running it, akin to extracting files from a ZIP archive
Nothing in particular, just general good industry practice of keeping versions of tools in sync and up-to-date, I thought
I was wondering the _exact_ same thing! Opened an issue long time ago https://github.com/frida/frida/issues/2120 that never got answered Perhaps https://github.com/oleavr/art-tracer might be of help
if it helps anyone, what worked for me wanting to build https://github.com/facebookexperimental/ExtendedAndroidTools, which uses `bpftrace`, was: from root `/ExtendedAndroidTools/projects`, ``` sed -E -i 's|/sys/kernel/debug/tracing/|/sys/kernel/tracing/|g' bcc/sources/docs/reference_guide.md sed -E -i 's|/sys/kernel/debug/tracing/|/sys/kernel/tracing/|g' bcc/sources/docs/tutorial_bcc_python_developer.md...
Probably can just simply use Java Reflection to invoke it.
`textacy.spacier.utils.get_normalized_text`