Skip to content

Commit

Permalink
Update r0tracer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ysue authored Jun 25, 2021
1 parent 14b485c commit dce1899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions r0tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ function hook(white, black, target = null) {
function main() {
Java.perform(function () {
console.Purple("r0tracer begin ... !")
//0. 增加精简模式,就是以彩虹色只显示进出函数。默认是关闭的,注释此行打开精简模式。
//isLite = true;
/*
//以下三种模式,取消注释某一行以开启
*/
Expand All @@ -250,9 +252,7 @@ function main() {
//B. 黑白名单trace多个函数,第一个参数是白名单(包含关键字),第二个参数是黑名单(不包含的关键字)
// hook("javax.crypto.Cipher", "$");
//C. 报某个类找不到时,将某个类名填写到第三个参数,比如找不到com.roysue.check类。(前两个参数依旧是黑白名单)
// hook("com.roysue.check"," ","com.roysue.check");
//D. 增加精简模式,就是以彩虹色只显示进出函数。默认是关闭的,注释此行打开精简模式。
//isLite = true;
// hook("com.roysue.check"," ","com.roysue.check");
})
}
/*
Expand Down

0 comments on commit dce1899

Please sign in to comment.