{
	"begin frida":{
		"scope": "javascript,typescript",
		"prefix": "setim",
		"body": ["function hook_java(){\n\tJava.perform(function(){\n\n});\n}\n\nfunction main(){\n\thook_java();\n\thook_native();\n}\n\nfunction hook_native(){\n\n}\nsetImmediate(main)"	
		
		]},
	"frida impl":{
		"scope": "javascript,typescript",
		"prefix": "impl",
		"body": ["implementation= function(){$1}"]
		
	}
}

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2021-05-12
  • 2021-11-20
  • 2021-11-23
猜你喜欢
  • 2021-12-17
  • 2021-12-06
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
相关资源
相似解决方案