Skip to content

Initial Release

Latest

Choose a tag to compare

Runtime Definitions

For each VB 5.0+ compiled EXE -- resolves

  • VB_HEADER (Unofficial naming of runtime structure)
image
  • PROJ_INFO

  • OBJECT_TAB

  • OBJECT_INFO

  • EXTERNAL_API descriptors and types of imports excluded from standard ILT

image
  • OBJECT_DESC descriptors of each module in compiled project
image
  • tREGDATA or COMREGDATA
  • tREGINFO or COMREGINFO
  • tDESIGNER or DESIGNERINFO

In progress

Structures of VB VM and nested types:

  • EXEOCXINFO
  • EXEFORMINFO

Next stage

Experimental feature in assembly: Visual Basic 4.0 runtime walker. Mostly bases on VB Semi Decompiler logics and retranslated DoDi VB Decompiler