| VB Decompiler / VB decompiling Forum / Understanding the likely source |
| Author | Message |
| Petezl Member |
Posted: 4 Sep 2009 17:08:00 Hi, I wonder if you can help with a small question? I was decompiling some p-code programs for practice, using the latest pro version, and in form_load I found this decompiled code: Private Sub Form_Load() '402A34 'Data Table: 401608 loc_4028B4: Me = "25132555154054515251325" loc_4028C0: Me = "25542576556798598050985" loc_4028CC: Me = "28738758758758715871878" loc_4028D8: Me = "15132455154056514251320" loc_4028E4: Me = "45542576556700598050985" loc_4028EE: Me.global_260 = "78700758758758715871878" End Sub Obviously Me can not be used in vb6, so I have tried just about every way possible I know to re-create this in source code, used various arrays etc to no avail. Question: Can you tell me what the source code might look like to show a similar decompilation? Regards, |
| GPcH Admin |
Posted: 4 Sep 2009 23:57:51 Quoting: Petezl I was decompiling some p-code programs for practice, using the latest pro version Please contact us via Email, using your registered email and send us this EXE file for tests. |
| Petezl Member |
Posted: 5 Sep 2009 01:00:22 ok mail sent |