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
- Host: GitHub
- URL: https://github.com/tmcdos/vcl-explorer
- Owner: tmcdos
- License: mit
- Created: 2016-07-09T12:04:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T13:16:53.000Z (over 4 years ago)
- Last Synced: 2025-01-21T09:48:30.641Z (4 months ago)
- Topics: class-method, delphi7, dlls, reverse-engineering, toolkit
- Language: Pascal
- Homepage:
- Size: 381 KB
- Stars: 18
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 methodsThere is also quick-search (filtration) and the results of the reverse-engineering can be exported/imported.
