typo fix syntax highlighting
This commit is contained in:
parent
3bc49495a3
commit
f1fc4e30ec
11
README.md
11
README.md
@ -444,7 +444,7 @@ function hookInputStream() {
|
|||||||
if ( ! reExcludeList.test(resp) ) {
|
if ( ! reExcludeList.test(resp) ) {
|
||||||
console.log(resp);
|
console.log(resp);
|
||||||
}
|
}
|
||||||
var reIncludeList = new RegExp(['AAA', 'BBB', 'CCC].join('|'));
|
var reIncludeList = new RegExp(['AAA', 'BBB', 'CCC'].join('|'));
|
||||||
if ( reIncludeList.test(resp) ) {
|
if ( reIncludeList.test(resp) ) {
|
||||||
send( binaryToHexToAscii(b, 1200) );
|
send( binaryToHexToAscii(b, 1200) );
|
||||||
}
|
}
|
||||||
@ -456,6 +456,15 @@ function hookInputStream() {
|
|||||||
Java.perform(hookInputStream);
|
Java.perform(hookInputStream);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### TODOs
|
#### TODOs
|
||||||
- Add GIFs & docs
|
- Add GIFs & docs
|
||||||
- Add links to /scripts
|
- Add links to /scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user