jaoh
jaoh
I would like to get started with OSS. can I take this or is somone already on it ? This will be a hobby of mine so it could take...
OK Than i will start
I was able to get it to run by change the version checks in emerald.py and it looked ok . I am not an expert maby check with the dynamorio...
i was able to circumvent this by removing the import
i could narrow it down to the user agent and created a pr
this worked
a quick update neither my debug or my release build expoted the recv_func symbol. I was able to circumvent by providing the target offset using ghidra . This may be...
I used scripts/get_snapshot_hash.py on my libapp.so and got 5a9b8af18beb469ff41df5434819fa49 I also used scripts/get_flutter_engine.py on my libflutter so and got c2ec683c4ea8a58a32a74465cc05dafdf7778517 The table under [I/reFlutter/blob/fcc50e900ba0fc8b0ad1b7caa9d62358c32e6ec8/scripts/enginehash.tmp.csv](https://github.com/Impact-I/reFlutter/blob/fcc50e900ba0fc8b0ad1b7caa9d62358c32e6ec8/scripts/enginehash.tmp.csv) dose not contain my snapshot hash...
I ran sudo docker run -e WAIT=300 -e x64=0 -e arm=0 -e HASH_PATCH=5a9b8af18beb469ff41df5434819fa49 -e COMMIT=c2ec683c4ea8a58a32a74465cc05dafdf7778517 --rm -iv${PWD}:/t reflutter which resuled in bash: 1: bash: src/build/install-build-deps-android.sh: not found Is this a...
I dont understand what i did wrong I extracted the hash with the provided scripts did i pass the wrong so files ? Is there an alternative way to get...