Endless Paradigm

Full Version: VB Help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've decompiled a program into this:

Code:
Private sub IsInsideRock_4046A8
  Code: FatFormat
  Start: 4046B4
  Size: 89
  Flag: InitLocals
  Max Stack: 4
  Local Variables: 1100004D

  loc_4046B4: nop
  loc_4046B5: ldarg.1
  loc_4046B6: ldarg.0
  loc_4046B7: ldfld rock
  loc_4046BC: callvirt get_X
  loc_4046C1: cgt
  loc_4046C3: ldarg.1
  loc_4046C4: ldarg.0
  loc_4046C5: ldfld rock
  loc_4046CA: callvirt get_X
  loc_4046CF: ldarg.0
  loc_4046D0: ldfld rock
  loc_4046D5: callvirt get_W
  loc_4046DA: add.ovf
  loc_4046DB: clt
  loc_4046DD: and
  loc_4046DE: ldarg.2
  loc_4046DF: ldarg.0
  loc_4046E0: ldfld rock
  loc_4046E5: callvirt get_Y
  loc_4046EA: cgt
  loc_4046EC: and
  loc_4046ED: ldarg.2
  loc_4046EE: ldarg.0
  loc_4046EF: ldfld rock
  loc_4046F4: callvirt get_Y
  loc_4046F9: ldarg.0
  loc_4046FA: ldfld rock
  loc_4046FF: callvirt get_H
  loc_404704: add.ovf
  loc_404705: clt
  loc_404707: and
  loc_404708: stloc.0
  loc_404709: br.s loc_40470B
  loc_40470B: ldloc.0
  loc_40470C: ret

End Sub


anyone got any clue what it looked it in actual VB code O_O

no, if that's supposed to be code for a program that's not it.

what do you mean.. decompile, anyway?

A good majority of programs can't be decompiled properly or even at all.. and even then, its an older generation of programs that I know have been decompiled before.

EDIT: Now that I look at it, a wild guess is that it found those strings in the noted hexidecimal locations (though they don't fully look like hex strings)?
Lol, learn assembly.

And that doesn't look like x86 ASM so I don't think you're even close (VB6 only runs on x86, lol; dunno what MS did with .NET).
Reference URL's