Skip to content

Commit 61131dc

Browse files
committed
Upgrades, people, upgrades
1 parent c1e5202 commit 61131dc

File tree

2 files changed

+168
-70
lines changed

2 files changed

+168
-70
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Resets the name of every function in IDA's database. Does not include library or
4646

4747
### vtable_io.py ###
4848

49-
Imports and exports virtual tables. Run it through a Linux binary to export to a file, then run it through a Windows binary to import those VTables into the database. This is similar to [Asherkin's VTable Dumper](https://asherkin.github.io/vtable/) but doesn't suffer from the pitfalls of multiple inheritance. Since it doesn't have those liabilities, it's function typing will almost always be perfect. It currently does not work with templated or nested classes. 32-bit only for now.
49+
Imports and exports virtual tables. Run it through a Linux binary to export to a file, then run it through a Windows binary to import those VTables into the database. This is similar to [Asherkin's VTable Dumper](https://asherkin.github.io/vtable/) but doesn't suffer from the pitfalls of multiple inheritance. Since it doesn't have those liabilities, it's function typing will almost always be perfect. 32-bit only for now.

0 commit comments

Comments
 (0)