You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyClassInformer also displays a new widget named "Method Classifier". It lists all detected classes, vftables, virtual methods and possible constructors and destructors, and class herarchies at once as a form of a tree.
75
+
PyClassInformer also displays a new widget named "Method Classifier". It lists all detected classes, vftables, virtual methods and possible constructors and destructors, and class hierarchies at once as a form of a tree.
> To search them, use text search feature (Ctrl+T (find first text) and Alt+T (Find next text)).
83
83
> For example, input a class name, a single space, and a parenthesis like "CWinApp (".
84
84
85
85
> [!NOTE]
@@ -88,7 +88,7 @@ PyClassInformer also displays a new widget named "Method Classifier". It lists a
88
88
### Known classes detection (<= IDA 8.3)
89
89
PyClassInformer can color known class names for easily finding user-defined classes.
90
90
The image below is an example of a coloring result.
91
-
You can easily find CSimpleTestApp, CSimpleTestDoc, CSimpleTestView and CSimpleTestCtrlItem are user-defined classes. So you can forcus on checking them.
91
+
You can easily find CSimpleTestApp, CSimpleTestDoc, CSimpleTestView and CSimpleTestCtrlItem are user-defined classes. So you can focus on checking them.
0 commit comments