Skip to content

Releases: ImNotAVirus/delphi_ninja

Use new StructureBuilder API

Choose a tag to compare

@ImNotAVirus ImNotAVirus released this 21 Feb 18:59
345f335

Full Changelog: 0.1.1...0.1.2

Update `longdescription` to match README

Choose a tag to compare

@ImNotAVirus ImNotAVirus released this 21 Feb 19:00
357d2a2

Update longdescription to match README and standardize version number (remove v)

Initial release

Choose a tag to compare

@ImNotAVirus ImNotAVirus released this 21 Feb 19:00
e8797f6

First release including:

  • Finds the Virtual Method Table (VMT) of Delphi classes
  • Creates a structure for each VMT (class name, instance size, virtual methods, etc...)
  • Creates a tag for each VMT in order to locate them more easily