Skip to content

Commit

Permalink
Update APIHELP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0bbedCode authored May 13, 2024
1 parent 2564777 commit ffeab6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions APIHELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ List<File> fileListHasEvidence(List<File> files, int code)

//Create a String Array with the Evidence it found removed
String[] stringArrayHasEvidence(String[] file, int code)

//Clean Stack Trace from any Evidence of Hooking / Hooked Functions
StackTraceElement[] stackHasEvidence(StackTraceElement[] elements)
```

```LUA
Expand Down Expand Up @@ -379,6 +382,12 @@ boolean hasFunction(String function)
//Check if a Function exists within a Class
boolean hasFunction(String classPath, String function)

//Check if a Field Exists in the "this" Object of the Instance / Hook
boolean hasField(String field)

//Check if a Field exists within a Class
boolean hasField(String classPath, String field)

```

```LUA
Expand Down

0 comments on commit ffeab6e

Please sign in to comment.