首页
社区
课程
招聘
为 Palm 平台的 Crackme 制作注册机
发表于: 2004-11-29 01:53 7894

为 Palm 平台的 Crackme 制作注册机

2004-11-29 01:53
7894
这篇文章有人发过吗?
Keygenning a Palm Crackme
为 Palm 平台的 Crackme 制作注册机――不知道这样译对不对。附件:Palm.rar

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (4)
雪    币: 215
活跃值: (40)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
PDF 格式,用 Acrobat Reader 阅读。
2004-11-29 01:54
0
雪    币: 215
活跃值: (40)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
First of all you will need the following programs:
SouthDebugger 409K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3A6W2L8Y4y4T1M7Y4g2Z5L8W2)9J5k6h3c8W2
Java Runtime Environment v1.4 (JRE)
Palm OS Emulator (POSE) v3.5 or older
Palm OS ROM file v3.0 or newer
X-Master.prc Included in this tutorial .zip
I don't use any disassemblers in this tutorial, but if you want to use one I can
recommend PalmdeMon (f68K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4m8S2L8r3#2V1k6h3#2G2L8W2)9J5k6h3y4B7j5W2)9J5k6h3&6W2N6l9`.`.), PrcEdit
(e2fK9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4m8J5j5$3g2V1K9i4c8Q4x3X3g2@1K9H3`.`.) and maybe IDA Pro.


首先你们需要以下工具程序:
SouthDebugger 8fcK9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3A6W2L8Y4y4T1M7Y4g2Z5L8W2)9J5k6h3c8W2
Java Runtime Environment v1.4 (JRE)
Palm OS Emulator (POSE) 3.5 或更老版本(Palm 模拟器)
Palm OS ROM 文件 v3.0 或更新
X-Master.prc (在 tutorial .zip 内)
在本教程中,我不会使用任何反汇编器,但如果你想用一个,那么我推荐 PalmdeMon (803K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4m8S2L8r3#2V1k6h3#2G2L8W2)9J5k6h3y4B7j5W2)9J5k6h3&6W2N6l9`.`.), PrcEdit
(284K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4m8J5j5$3g2V1K9i4c8Q4x3X3g2@1K9H3`.`.) 以及也许是 IDA Pro.

Today we will delve into the world of Palm cracking, which, i might say, is
quite exciting. Let's start with some basic information. This text will only
center upon Palm4 and older versions, Palm5 will not be mentioned. The
reason for this is because Palm5 use a different CPU, ARM. Those of us who
come from the world of windows cracking know that on x86 architectures
we have registers like EAX, EBX, ECX etc. There are of course registers on
Palm as well, but there are more of them and they have different names.


现在我们进入令人兴奋的 Palm 破解世界。让我们从一些基本知识起步。本文将只涉及 Palm 4 以及更老一些的版本,而不会涉及 Palm 5 。这是因为 Palm 5 使用了不同的 CPU ― ARM 。熟悉 Windows 破解的人知道 x86 架构拥有 EAX, EBX, ECX 等寄存器,在 Palm 平台上当然也有寄存器,但是它们数量更多,名称也有所不同。

There are 8 data registers, these are: D0, D1, D2, D3, D4, D5, D6 and D7.
We also have 8 address registers: A0, A1, A2, A3, A4, A5, A6 and A7, where
A7 (USP/SSP) works as a stack pointer.


8个数据寄存器是:D0, D1, D2, D3, D4, D5, D6 与 D7.
8个地址寄存器:  A0, A1, A2, A3, A4, A5, A6 与 A7
A7 (USP/SSP) 用作堆栈指针。

All the registers are 32bit. In addition to these registers we also have USP
(User Stack Pointer), PC (Program Counter) and SR (Status Register). The PC
register is equivalent to the EIP register from the x86 architecture.


所有的寄存器都是 32 位的。除此之外,还有 USP
(User Stack Pointer,用户堆栈指针), PC (Program Counter,程序计数器) and SR (Status Register,状态寄存器). PC 寄存器等同于 x86 架构下的 EIP 寄存器。

Palm uses a DragonBall CPU from Motorola (MC68SZ328). That means we
will not be dealing with x86 assembly (intel), but with 68k assembly, which
you probably figured out when you saw the registers. 68k assembly has a
different instruction set, and the syntax is opposite of what we windows
crackers are used to. It is very much akin to AT&T syntax, which is used a
lot on linux.


Palm 使用的是摩托罗拉的龙珠 CPU (MC68SZ328)。这意味着:我们面对的是 68k 汇编,而不是 x86 汇编,当你看到那些寄存器时你多半会分辨出来。68k 汇编有独立的指令集,其句法与 Windows 破解者所熟悉的大相径庭。它与大量使用于 Linux 上的 AT&T 句法倒是非常相似。

2004-11-29 01:54
0
雪    币: 215
活跃值: (40)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
待续,我抽时间慢慢译吧
2004-11-30 06:55
0
雪    币: 58782
活跃值: (21910)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
5
期待,对Palm 平台还是蛮感兴趣的。
2004-11-30 08:28
0
游客
登录 | 注册 方可回帖
返回