Skip to content

Commit

Permalink
Update the Frida version for the test to 16.6.6
Browse files Browse the repository at this point in the history
This was needed after 33307d4 beacuse it uses the new
`Module.findSymbolbyName` that was introduced in v16.6.0
  • Loading branch information
oriori1703 committed Feb 22, 2025
1 parent 73b435c commit 3de31dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy_prefix := /data/local/tmp
deploy_data_dir := $(deploy_prefix)/frida-java-bridge-tests
deploy_cache_dir := $(deploy_data_dir)/dalvik-cache

frida_version := 16.0.1
frida_version := 16.6.6

test_sources := $(wildcard re/frida/*.java)
test_classes := $(patsubst %.java,%.class,$(test_sources))
Expand Down

0 comments on commit 3de31dd

Please sign in to comment.