williballenthin / python-vb

analysis of visual basic code
39 stars 9 forks source link

parse gui table #10

Open williballenthin opened 6 years ago

williballenthin commented 6 years ago

header.lpGuiTable points to .wFormCount entries of GuiTableEntry (ref). Each of these points to a GuiObjectInfo (ref). the reference here describes how to interpret the opcodes that define an element. you need the archive here to know the opcode names and sizes.

to handle stdole pictures: https://github.com/VBGAMER45/Semi-VB-Decompiler/blob/master/Semi%20VB%20Decompiler/frmMain.frm#L3738