|
|
Inj3ction
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 102
|
|
|
|
|
|
|
|
I've downloaded it and opened it with a hex editor. I searched there the string "Wrong" and there was a stupid massege after it that I didn't understand. Any useful hints please? I really tried (almost) everythig.
Edit by : cp77fk4r At 29/09/2005, 02:34:23
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
First- Open file with HexEditor is not the everything that you can do, it's even not the half!
Second- Try to open the file with DASM.
|
|
|
|
|
|
Inj3ction
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 102
|
|
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
logan
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 9
|
|
|
|
|
|
|
|
Inj3ction
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 102
|
|
|
|
|
|
|
|
ollydbg is a debugger, not a dis-assembler
|
|
|
|
|
|
DragonRom
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 2
|
|
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
DASM is kind of Disassembler
|
|
|
|
|
|
DragonRom
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 2
|
|
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
Wow! it's a miracle! I just type in GOOGLE "DASM"+"DOWNLOAD" and the first result was:
"Programmers Heaven - Assembler Zone - Other CPU's files - DASM.ZIP ..."
http://www.programmersheaven.com/zone5/cat196/15583.htm
next time- google it!
|
|
|
|
|
|
Inj3ction
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 102
|
|
|
|
|
|
|
|
I tried to open it with a better disassembler and I got the same.. here is a picture: http://img338.imageshack.us/img338/8835/blabla5pl.jpg
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
IDA It's great tool too!
but, you need to learn Asm, just open the apllication will not help ya.
Edit by : cp77fk4r At 28/09/2005, 04:44:17
|
|
|
|
|
|
Inj3ction
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 102
|
|
|
|
|
|
|
|
So now I should learn asm? I thought that dis-asm is converting it back to normal source code. I don't even know how to use dis-asm. Can you give me a good article that you know or somthing about it?
|
|
|
|
|
|
SBD
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 49
|
|
|
|
|
|
|
|
like his name DASM is a program that take a exe file [or other file in case u use IDA] and convert his binary code do ASM code...simple as his name...
u dont have to know ASM, well at least it's didnt stop me, u just need to think a little, it's english after all ;)
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
You don't need to know ASM, but you need to know a basic commands.
|
|
|
|
|
|
logan
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 9
|
|
|
|
|
|
|
|
Inj3ction: | ollydbg is a debugger, not a dis-assembler |
yeah well
It work fine for me...
|
|
|
|
|