Skip to content

Commit 31584e4

Browse files
authored
JEB Java method hook generator #formatting
1 parent 50ae9a9 commit 31584e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,12 @@ ab fridadescribe console.log(Object.getOwnPropertyNames(Java.use('$').__proto__)
117117
<details>
118118
<summary>JEB</summary>
119119

120-
Place cursor at Java method's signature and press `Ctrl+Shift+F`, it will copy the code to system clipboard using `xclip`.
120+
Java method hook generator with keyboard shortcut
121121

122-
* Add to `~/$JEB$/scripts`
122+
1. Add the following Python code to `~/$JEB$/scripts`
123+
2. Place cursor at Java method's signature and
124+
3. Press `Ctrl+Shift+F`
125+
4. Code is copied to system clipboard (using `xclip`)
123126

124127

125128
```python

0 commit comments

Comments
 (0)