View Full Version : Reverse eng....
atzplzw
03-01-2003, 03:30 AM
Hi!
Anyone who what's to learn something...
atzplzw
wings
03-01-2003, 03:39 AM
Originally posted by atzplzw
Hi!
Anyone who what's to learn something...
atzplzw
LIKE WHAT
KodeX
03-01-2003, 03:40 AM
@atzplzw
I'm always interested to xplore and learn new things... May I have a great "tip" from you?
[email protected]
wings
03-01-2003, 03:43 AM
Originally posted by KodeX
I'm always interested to xplore and learn new things... May I have a great "tip" from you?
[email protected]
TIP >?? LET THE MAN TALK ?
KodeX
03-01-2003, 03:58 AM
@wings
Ooh man...
A few seconds on reading the topic won't take too much time...
Do you have any idea about "REVERSE ENGINEERING"? I presume you have...or else you wouldn't subscribe this thread....
Anyway, Will you plz take a look at your "caps lock" button? Upper case is too loud for me...
wings
03-01-2003, 04:01 AM
Originally posted by KodeX
@wings
Ooh man...
A few seconds on reading the topic won't take too much time...
Do you have any idea about "REVERSE ENGINEERING"? I presume you have...or else you wouldn't subscribe this thread....
Anyway, Will you plz take a look at your "caps lock" button? Upper case is too loud for me...
WELL ITS BETTER YOU CLOSE YOUR EARS .
REGARDS
KodeX
03-01-2003, 04:07 AM
lolz...:D :D :D
It's getting nowhere my friend...
I'm more interested to atzplzw's "tip" that turns the equation "18+2 = crack" to TRUE.:D :D :D
wings
03-01-2003, 04:09 AM
Originally posted by KodeX
lolz...:D :D :D
It's getting nowhere my friend...
I'm more interested to atzplzw's "tip" that turns the equation "18+2 = crack" to TRUE.:D :D :D
THATS BETTER :D :D LETS WAIT THE UNCOMING TIP .
REGARDS
atzplzw
03-01-2003, 10:05 AM
Hi!
I attached a tutorial to my first post but it isn't there. Seems the mod has deleted it!!
If you want my tut I'll email it to you...
atzplzw
kurtfhouse
03-01-2003, 12:34 PM
Can you e-mail it to me at
[email protected]
Cheers
yankee_2002
03-01-2003, 01:44 PM
can u email it to me pls?
[email protected]
thanks
CasperJD
03-01-2003, 02:39 PM
can you send it to me too please..
[email protected]
parot
03-01-2003, 03:59 PM
send ot to me too............
[email protected]
-=DaX=-
03-01-2003, 10:04 PM
ME 2!!!!
-=DaX=- (
[email protected])
Thanks!!!!
yankee_2002
04-01-2003, 06:25 AM
to me too pls...
[email protected]
thanks
/brgds
Could u send it to me too plz? thnx...:) :)
Could u send it to me too plz? thnx...:) :)
[email protected]
BleedR
09-01-2003, 12:49 AM
zackx
09-01-2003, 09:34 AM
..
Xp | qX
09-01-2003, 09:41 AM
Throw one here (
[email protected] ) too plz
Thx
jhun_4748
09-01-2003, 10:26 AM
hi! its my pleasure!
my email:
[email protected]
ViPERLoGiC
09-01-2003, 11:18 AM
Could u send it to me too plz? thnx
[email protected]
atzplzw
09-01-2003, 11:27 AM
sent to all of you guys...
start right now
atzplzw
migueltan
09-01-2003, 12:08 PM
hey send me
[email protected] ..tnx!
e1kad2
09-01-2003, 12:28 PM
pls. send it to me too. Thanks.
[email protected]
can i have a copy too? ;)
[email protected]
uLtRaBaBe
09-01-2003, 12:33 PM
do you still give out the software?
pls send to
[email protected].
tnx much!!! :-D
yankee_2002
09-01-2003, 12:41 PM
helo atzplzw,
not yet in my inbox...
/brgds
atzplzw
09-01-2003, 02:10 PM
Originally posted by yankee_2002
helo atzplzw,
not yet in my inbox...
/brgds
resent it....
and all others where send a copy too
hope that everyone starts cracking...
atzplzw
zackx
09-01-2003, 02:21 PM
Originally posted by atzplzw
resent it....
and all others where send a copy too
hope that everyone starts cracking...
atzplzw
actually i feel more like learning to create Keygen that related to IMEI....
cant possible cracking the file and start sending to everyone...
n the cracked file might not be use in the new releasing version or evern worse cant be use for some user with diff firmware
quite waste of time...
but keygen might work for a few version till the developer start to do something to it... n it sure works for all firmware
u know what i mean?
zackx = k
atzplzw
09-01-2003, 02:26 PM
try it if you can...
to be honest: i'm not able to prog a keygen..
it's much more different that just noping a jmp
atzplzw
BleedR
09-01-2003, 06:17 PM
fro keygen u need to "just" copy the code calculating from the app! :D
well bit i got a programm, is there a tool that can extract the .SIS on my pc? i can't send via bluetooth the .app to my pc :(
atzplzw
09-01-2003, 06:23 PM
isn't so easy because it's arm assembler and the keygen runs x86
atzplzw
Phantasm
09-01-2003, 06:25 PM
Very good point!
BleedR
09-01-2003, 07:10 PM
uhm, yes, u right!
BleedR
09-01-2003, 08:32 PM
I got a stupid question!
this is the string calling the nag screen, aight!
.text:1000580C LDR R1, =dword_0_10007E9C ; Load from Memory <--- Stupid String
so why just dont replace the LDR with NOP instead all of the long R0 hacking?
Aint we done with that shit?
atzplzw
09-01-2003, 08:56 PM
You are talking about Stacker right??
ok lets see:
this doesn't work because you can't nop out just what you want!!
The string is loaded in R1 and the BL after that is actually the call to the msg box. this box depends on the adress of the string. if you would nop it the prog will crash.
also the 2 instructions above the string are required for the box...
.text:10005804 MOV R4, R0 ;
.text:10005808 ADD R0, SP, #0x20 ;
.text:1000580C LDR R1, =dword_0_10007E9C ; Load from Memory <--- Stupid String
.text:10005810 BL loc_0_10005B48 ; call to msg box
also there are other calls which are not usefully, so branching is the only way...
atzplzw
BleedR
09-01-2003, 09:05 PM
i c,
and if changing the following BL, to BLNE?
also not possible? or just NOPing the whole box call?
atzplzw
09-01-2003, 09:13 PM
doesn't work
because you'll then just have no msg box but it's not really registered because R0 is always 0
atzplzw
BleedR
09-01-2003, 09:19 PM
yo, that's what i meant, removing the nag screen ;)
plzzzzzz can u send me the file 2 at
[email protected]:(
hey, if possible..I'd like to receive this tutorial from someone too!
[email protected]
thx in advance
yallara
25-02-2004, 04:09 AM
atzplzw, or anybody who have the atzplzw tutotial,
Can you send the tutorial to me plz?
my e-mail is
[email protected]
I'm very eager to learn this thing.....
Thanks
hi can i have the tutorial too? thanxz
[email protected]
atzplzw
25-02-2004, 05:26 AM
It is available at http://phantasm.50megs.com
atzplzw
goebish
04-03-2004, 12:19 PM
Hi!
I attached a tutorial to my first post but it isn't there. Seems the mod has deleted it!!
If you want my tut I'll email it to you...
atzplzw
hi, i'm a french cracker since some years on pc/win32 and i'd like to explore PDA side (especially Symbian), if u have some tuts/tools I would be happy to receive them :)
Do u think i'll take it easy ? I know ASM for x86, 680x0 and z80 and had a look at some ARM asm codes, look not too much difficult.... So... is there a sort of W32DASM (that disassemble and resolve strings offsets) for ARM executables (.app files i think), is there a document explaining Symbian basics & APIs and ARM opcodes ... maybe a tut on cracking a little s60 app .....
thanks by advance
goebish
05-03-2004, 11:37 AM
Yeah !!!!!! I had a look yesterday at my cracking tools and found that i already had IDA 4.04 which is perfect, I cracked an already cracked app (bugme) to test...it's ok.... thanks a lot to all people in this forum :)
Darkside_the0ne
02-06-2005, 02:59 AM
the link p[osted above doesnt work........can any one plz post the tute to me @
[email protected]
the0ne not theOne......its a zero ......the'zero'ne.............
thanks guys...........why didnt i come to this site earlier.........
mromer
02-06-2005, 12:01 PM
same here the website doesnt work .. can anyone send it to me too
[email protected]
Quake3000
02-06-2005, 02:18 PM
hey atzplzw here you can post your tuortial easy http://rapidshare.de/
tzeonn
08-06-2005, 02:33 PM
no send mes allowed, thread closed!
Powered by vBulletin® Version 4.2.0 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.