JEB Java method hook generator #formatting

This commit is contained in:
iddoeldor 2020-11-04 01:07:18 +02:00 committed by GitHub
parent 50ae9a92d6
commit 31584e46ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,9 +117,12 @@ ab fridadescribe console.log(Object.getOwnPropertyNames(Java.use('$').__proto__)
<details>
<summary>JEB</summary>
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