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
Copy file name to clipboardexpand all lines: readme.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -150,11 +150,14 @@ Also can be found at _View->Open Subview->Classes_. Helps to manage classes (str
150
150
##### !! Better to rename all functions before debugging because Ida can mess up with default names and information in virtual tables will be inconsistent
151
151
Class, virtual table and functions names are editable. Also function's declaration can be edited. After edit, altered items change font to _italic_. Right click opens following menu options:
152
152
153
+
* Expand All / Collapse All
153
154
* Refresh - clear all and rescan local types for information again
154
155
* Rollback - undo changes
155
-
* Commit - apply changes. Functions will be renamed and recasted both in virtual tables in Local Types and dissasmbly code.
156
+
* Commit - apply changes. Functions will be renamed and recasted both in virtual tables in Local Types and dissasembly code.
156
157
* Set First Argument type - allows to select first argument for function among all classes. If right click was used on class name, than it's type will be automatically applied to virtual table at offset 0
157
158
159
+
You can also filter classes using Regexp either by class_name or by existence of specific functions. Just input expression in line edit for filtering by class_name or prepend it with "!" to filter by function name.
0 commit comments