SkillAgentSearch skills...

DllExportCompare

A simple tool for comparing DLL exports

Install / Use

/learn @acidicoala/DllExportCompare
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Dll Export Compare

A simple tool for comparing DLL exports to find exports that are missing in either of the compared DLLs

Since this is a development tool, I didn't set up a CI pipeline, so you will need to clone the repo and compile the project yourself.

Usage:

Input in terminal: DllExportCompare.exe "D:\steam_api_o.dll" "D:\steam_api.dll"

Output:

[stdout] [info] DLL Export Compare
[stdout] [info] No unique exports are present in the first DLL (D:\steam_api_o.dll)
[stdout] [info] DLL Exports present only in the second DLL (D:\steam_api.dll)
[stdout] [info]   * CAddUGCDependencyResult_t_RemoveCallResult
[stdout] [info]   * CAddUGCDependencyResult_t_SetCallResult
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated4mo ago
Forks4

Languages

C++

Security Score

67/100

Audited on Nov 17, 2025

No findings