Post Reply 
VB Help.
Author Message
Nacos
Soon to be Moderator?

Posts: 2,004.2538
Threads: 181
Joined: 21st May 2007
Reputation: -0.41086
E-Pigs: 12.1482
Offline
Post: #1
VB Help.
I've decompiled a program into this:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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


[Image: 17312564gf1.png]
26/11/2009 09:32 AM
Visit this user's website Find all posts by this user Quote this message in a reply
S7*
Sweet Dreams

Posts: 16,689.4373
Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2309
Offline
Post: #2
RE: VB Help.
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)?
(This post was last modified: 26/11/2009 09:37 AM by S7*.)
26/11/2009 09:35 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1454
Online
Post: #3
RE: VB Help.
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).
26/11/2009 06:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: