From 31584e46ef804bee4301a86d00a6accdc42750df Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Wed, 4 Nov 2020 01:07:18 +0200 Subject: [PATCH] JEB Java method hook generator #formatting --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01772f9..dbc7b91 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,12 @@ ab fridadescribe console.log(Object.getOwnPropertyNames(Java.use('$').__proto__)
JEB -Place cursor at Java method's signature and press `Ctrl+Shift+F`, it will copy the code to system clipboard using `xclip`. +Java method hook generator with keyboard shortcut -* Add to `~/$JEB$/scripts` +1. Add the following Python code to `~/$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`) ```python