首页
社区
课程
招聘
[求助]关于Aspr的SDK
发表于: 2006-7-14 20:58 5067

[求助]关于Aspr的SDK

2006-7-14 20:58
5067
请前辈们施教ASPR中这个SDK UserPolyBuffer.inc 的作用,及使用的意义大小。

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 0
支持
分享
最新回复 (10)
雪    币: 398
活跃值: (343)
能力值: (RANK:650 )
在线值:
发帖
回帖
粉丝
2
EB 04 EB 05 39 19
传说中的抽代码
2006-7-14 21:02
0
雪    币: 47147
活跃值: (20380)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
3
可以看看样例:Examples/UserBuffer
用起来比较方便,效果类似stolen OEP。
修复起来比较困难
Polymorphic Markers

You could protect any code inside your application using polymorphic marks. In order to use polymorphic marks, you need to insert one mark instance at any place of the code inside function you would like to protect. F.e. place polymorphic mark at the code top of some function. The code fragment from this mark to the end of this function will be erased and replaced on the polymorphic analogue. ASProtect will change its content through emulation (like for the EntryPoint Protection), so it will be impossible to restore or even to understand the work principles of the original code.

2006-7-14 21:05
0
雪    币: 47147
活跃值: (20380)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
4
最初由 shoooo 发布
EB 04 EB 05 39 19
传说中的抽代码

当然对于shoooo来说,修复是件很简单的事了。
2006-7-14 21:06
0
雪    币: 184
活跃值: (65)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
5
多谢两位前辈指导。我想问下DLL用ASPR是不是一个SDK都不能使用?
2006-7-14 21:13
0
雪    币: 239
活跃值: (52)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
6
shoooo大蛱 可不可以解释一下ASPR每个SDK的作用?
2006-7-14 23:22
0
雪    币: 398
活跃值: (343)
能力值: (RANK:650 )
在线值:
发帖
回帖
粉丝
7
dll里也可以用
SDK的作用,自带的例子中都有
2006-7-14 23:27
0
雪    币: 97697
活跃值: (200734)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
8
Thanks to.
2006-7-14 23:44
0
雪    币: 184
活跃值: (65)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
9
最初由 shoooo 发布
dll里也可以用
SDK的作用,自带的例子中都有

我在DLL中使用UserPolyBuffer.inc或者DelphiCrcBegin.inc调用就出错。
2006-7-14 23:47
0
雪    币: 398
活跃值: (343)
能力值: (RANK:650 )
在线值:
发帖
回帖
粉丝
10
最初由 pathletboy 发布
我在DLL中使用UserPolyBuffer.inc或者DelphiCrcBegin.inc调用就出错。


和dll无关,和你的使用有关
2006-7-14 23:52
0
雪    币: 184
活跃值: (65)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
11
最初由 shoooo 发布
和dll无关,和你的使用有关

就在MessageBox前面加了SDK,然后EXE调用就出错。不加就没问题。我想知道为什么。
2006-7-15 00:07
0
游客
登录 | 注册 方可回帖
返回
//