Skip to content

Commit

Permalink
Update r0tracer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ysue authored Mar 8, 2021
1 parent b8dc764 commit af31d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r0tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function main() {
//setImmediate是立即执行函数,setTimeout是等待毫秒后延迟执行函数
//二者在attach模式下没有区别
//在spawn模式下,hook系统API时如javax.crypto.Cipher建议使用setImmediate立即执行,不需要延时
//在spawn模式下,hook应用自己的函数或含壳时,建议使用setImmediate并给出适当的延时(500~5000)
//在spawn模式下,hook应用自己的函数或含壳时,建议使用setTimeout并给出适当的延时(500~5000)
*/
setImmediate(main)
//
Expand Down

0 comments on commit af31d93

Please sign in to comment.