|
-
Oct 11th, 2003, 01:49 PM
#1
Thread Starter
New Member
Need to find a way to convert something
I have ASM source code for a game client.
Problem is, I don't know ASM. There are a few sections in particular that I'm trying to understand and convert to VB so that I can turn it into either an ActiveX DLL or some other kind of class that can be called directly from VB apps.
As far as converters, I've found things to convert VB into just about any language possible, but nothing to convert ASM to VB.
If there is anyone out there that knows VB as well as ASM, please help? Below is an example ( a piece of the coding ). I am pretty sure I've figured out that this is just a bunch of character strings, add together. It's hard to explain directly here. If anyone has any questions or would like to know more, please ask.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; login_variables begin
login_var dd 0000007Dh
login_var2 dd 00000000h
;; login_variables end
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; login_packet1 begin
login1_begin db 1Bh, 1Bh
login1_algo db 00h, 73h
login1_id db 00h, 00h
db 00h, 80h, 0FFh, 0F2h
db 00h, 0Fh, 00h, 1Eh, 01h, 09h, 03h, 69h, 77h, 70h, 34h, 32h, 35h, 00h, 00h, 00h
db 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h
db 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h
db 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 44h, 41h, 52h, 4Bh, 4Eh, 45h, 53h
db 53h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h
account1_begin db 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h
db 00h, 00h, 00h, 00h
password1_begin db 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h
db 00h, 00h, 00h, 00h
login_BYTEs db 34h, 03h
;; login_packet1 end
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
~Shagz
Last edited by Shags; Oct 11th, 2003 at 02:45 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|