Log in

View Full Version : Basic cracking. Please help.


josechu
June 28th, 2004, 13:46
Hello,
I'm trying to crack a Windows application. I've disassembled it using IDA Pro 4.51. I know the lines of code I must change to crack it. How can I patch the application? I've produced the ASM source code (with IDA Pro) and I tried to assemble it with MASM but I doesn't work. I get a lot of errors.

Thanks in advance,

Josechu.

naides
June 28th, 2004, 14:10
Use Hiew (hacker's editor), decode mode, edit command, asm option.

josechu
June 29th, 2004, 00:55
Quote:
[Originally Posted by naides]Use Hiew (hacker's editor), decode mode, edit command, asm option.


Oh, that's OK. Is there any other more "windows oriented" editor?

Thanks in advance,

Josechu.

ZaiRoN
June 29th, 2004, 03:28
Hi josechu.
Click here (http://www.woodmann.net/fravia/rce-faq.htm)

Good luck,
Zai

naides
June 29th, 2004, 05:25
Quote:
[Originally Posted by josechu]Oh, that's OK. Is there any other more "windows oriented" editor?
Josechu.



You are trolling me, aren't you

dELTA
June 29th, 2004, 07:53
I've heard that Microsoft Word is kinda "Windows oriented"...

JMI
June 29th, 2004, 14:18
Where did you hear that??

Regards,

lol_basha
July 2nd, 2004, 09:49
hey

you can use patchfx110 it's what u call windows oriented

http://coders.shnet.pl/main/tools.html

it's not english just go tio the last one ... u'll recognize it from the name

Woodmann
July 2nd, 2004, 14:02


I will stick with a plain old hex editor.

Woodmann