An open API service indexing awesome lists of open source software.

https://github.com/tmcdos/vcl-explorer

Shows all virtual/dynamic/interface methods inside a given BPL in a tree-like view with searching
https://github.com/tmcdos/vcl-explorer

class-method delphi7 dlls reverse-engineering toolkit

Last synced: 3 months ago
JSON representation

Shows all virtual/dynamic/interface methods inside a given BPL in a tree-like view with searching

Awesome Lists containing this project

README

        

# VCL-explorer

This small tool loads the chosen BPL (compiled by Delphi) and lists all exported classes. For each class it then shows:
- virtual methods by their index
- dynamic methods by their 16-bit identifier
- implemented interfaces and their methods

There is also quick-search (filtration) and the results of the reverse-engineering can be exported/imported.

![](https://a.fsdn.com/con/app/proj/vclexp/screenshots/shot-1.png/max/max/1)