Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
CySHell authored Nov 6, 2022
1 parent 73004d3 commit de52305
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,20 @@ classes.

![vfTable - After](https://user-images.githubusercontent.com/34336222/171192938-75f4397e-5013-477d-b761-be4a06f509ff.png)

**Detect and Define Constructor functions**

Base on information obtained in the preceeding steps, it is possible to locate suspected constructor function for the



**Detect and Define Constructor\Destructor functions**

Base on information obtained in the preceeding steps, it is possible to locate suspected constructor and Destructor functions for the
various detected classes.
The plugin will either annotate the suspected constructor with a comment or change the name of the function to reflect
the high probability of it being a constructor.
The plugin will either annotate the suspected constructor\destructor with a comment or change the name of the function to reflect
the detection.






**Define class types for known Classes**
Expand Down

0 comments on commit de52305

Please sign in to comment.