There was an error while loading. Please reload this page.
1 parent 50ae9a9 commit 31584e4Copy full SHA for 31584e4
README.md
@@ -117,9 +117,12 @@ ab fridadescribe console.log(Object.getOwnPropertyNames(Java.use('$').__proto__)
117
<details>
118
<summary>JEB</summary>
119
120
-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
121
122
-* Add to `~/$JEB$/scripts`
+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`)
126
127
128
```python
0 commit comments