Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dstmath committed Jul 5, 2018
1 parent c046f0f commit a3b6648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMemory.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Interceptor.attach(Module.findExportByName("libart.so", "_ZN3art7DexFile10OpenMe

console.log("dex_size :" + dex_size)
//dump dex 到/data/data/pkg/目录下
var file = new File("/data/data/io.virtualapp.luohe/" + dex_size + ".dex", "wb")
var file = new File("/data/data/xxx.xxx.xxx/" + dex_size + ".dex", "wb")
file.write(Memory.readByteArray(begin, dex_size))
file.flush()
file.close()
Expand Down

0 comments on commit a3b6648

Please sign in to comment.