From de52305a1ee0542134bda8281ac6f8d75f4beecb Mon Sep 17 00:00:00 2001 From: CySHell <34336222+CySHell@users.noreply.github.com> Date: Sun, 6 Nov 2022 17:04:50 +0200 Subject: [PATCH] Update README.MD --- README.MD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index 4675473..d6a9927 100644 --- a/README.MD +++ b/README.MD @@ -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**