VExtension for NTCore Explorer Suite aka CFF Explorer
Undecorate the decorated C++ symbol names in the
Import/Export Directorytab.Resolve symbol names for symbols that are imported by
Ordinalin theImport Directorytab.Shorten symbol name for several C++ libraries such as STL (you can easily modify or add more rules in the configuration file VExtension.json).
Auto Fit the Width of the Name Column in API Tables.
Copy the VExtension folder inside the
binsfolder to theExplorer Suite\Extensions\CFF Explorerdirectory.
Step 1. Required Visual Studio C++ 2019 or later.
Step 2. Install Vutils library
Step 3. Check this repository and start to work.
Release the
32-bitversion.Add GUI for options.
Resolve symbol names for symbols that are imported by
Ordinalif they are possible.Shorten symbol name for several C++ libraries such as STL, Boost, etc. Eg.
std::basic_ostream<char,struct std::char_traits<char>>tostd::ostream.Auto fit width the Name column in API Table.
Website: https://vic.onl/


