tmcdos / VCL-explorer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Pascal 96.9%Language:PHP 3.1%