vic4key / CFF_VExtension

VExtension for NTCore Explorer Suite aka CFF Explorer

Home Page:https://vic.onl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Features

  • Undecorate the decorated C++ symbol names in the Import/Export Directory tab.

  • Resolve symbol names for symbols that are imported by Ordinal in the Import Directory tab.

  • 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.

Usage

Copy the VExtension folder inside the bins folder to the Explorer Suite\Extensions\CFF Explorer directory.

Screenshots

Development

Step 1. Required Visual Studio C++ 2019 or later.

Step 2. Install Vutils library

Step 3. Check this repository and start to work.

TODO

  • Release the 32-bit version.

  • Add GUI for options.

  • Resolve symbol names for symbols that are imported by Ordinal if 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>> to std::ostream.

  • Auto fit width the Name column in API Table.


Website: https://vic.onl/

About

VExtension for NTCore Explorer Suite aka CFF Explorer

https://vic.onl

License:MIT License


Languages

Language:C++ 66.9%Language:C 32.6%Language:Assembly 0.5%