From 780ee12c9f1827996df195a0809a3686e2373e65 Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Wed, 4 Nov 2020 01:08:36 +0200 Subject: [PATCH] JEB Java method hook generator #formatting-2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbc7b91..927b6a7 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ ab fridadescribe console.log(Object.getOwnPropertyNames(Java.use('$').__proto__) Java method hook generator with keyboard shortcut -1. Add the following Python code to `~/$JEB$/scripts` +1. Create Python file with the following code @ `~/$JEB$/scripts` 2. Place cursor at Java method's signature and 3. Press `Ctrl+Shift+F` 4. Code is copied to system clipboard (using `xclip`)