搜索资源列表
oep
- 破解相关的内容,非常适合初学破解的朋友,希望大家喜欢-crack-related content, very suitable for beginners decipher friend, hope you like
Findoep
- oep是每个PE文件读取时的起始地址,该程序给出两种方法来读取oep,一种是直接从PE文件读取;另一种是将PE映射到内存中来读取。-oep each PE file read at the opening address, the program gives two ways to read oep. A PE is directly from the document read. Another is to PE Maps memory to read.
v.02packer
- 这些天新壳大爆发啊,我也来凑个热闹。 又是一个自娱自乐的产物,和netsowell发布过源码的那个不一样,这个壳90%的代码是用delphi写成的。 仅在win2k+sp4上测试过,不支持9x系统。因为用了一个可能不安全的隐藏oep的方法,xp系统上有可能会出问题。 没花,没anti代码,适合初学者了解壳。 现在只能压缩exe文件。 压缩包里含源码,算是为这里的delphi初学者的小礼物。
MyShell
- 加壳软件,自己练习用的!功能有使用次数和时间限制!没有进行区段合并!对oep进行了加密处理!
oep
- 基于visual c++的 可以获取pe文件的oep,即每个exe或dll文件加载的起始地址。
scbwsrc
- 冲击波2000 源码 D.boy 感谢D.boy无私奉献源码!极酷的查找oep工具。 -source D.boy thank D.boy selfless dedication source! Very cool oep search tools.
Unpackscript
- 700个脱壳脚本, 可以放在在OD的ollyscr ipt Plugin中.-Shell scr ipt 700
UPXupack
- UPXupack 程序执行文件pe头检测,判断upx特征码,由此在(oep)程序入口点,savedump-UPXupack pe first test program execution files, judge upx signature, resulting in the (oep) program entry point, savedump
ExeCryptor_2.xx_oep_Finder_+_IAT_Repair_v1.02SC.r
- ExetCryptor Unpacker
readoep
- 读取各种类型文件的oep码,可以用来对文件进行修改判断-Read various types of documents oep code, can be used to modify the document to determine
oep
- 读取PE文件oep值,带源码,VC++编写-Read the Address Entry Point of PE File
ACprotect1.22D
- UltraProtect 1.x/ACprotect 1.22 oep Finder(Default mode,not for Delphi) Author: loveboom Email : bmd2chen@tom.com OS : Win2kADV sp2,OllyDbg 1.1b,Ollyscr ipt v0.62 Date : 2004-3-28 Config: Hide ollydbg(IsDebuggerPresent),Exceptions:unch
delphi
- Delphi程序脱TMD修复oep,脱壳脚本-Delphi program off TMD repair oep, shelling the scr ipt
BooterVirusScanner
- 分析可执行文件的入口代码,识别感染文件,计算原oep并修复,删除病毒节-Analysis of the executable file oep code, identifying infected files, calculate the original oep and repair, remove virus Section..
pav
- 月光通用杀毒系统,用于清除未知病毒,是一款很好的广普杀病毒工具。-Moonlight common anti-virus system for cleaning unknown viruses, is a very good tool for wide-P to kill the virus.
Findoep
- 自己写的一个根据VC6文件头查找oep的简单程序。-Write a VC6 header to find oep under simple procedures.
packedabc
- 又是一个自娱自乐的产物,和netsowell发布过源码的那个不一样,这个壳90%的代码是用delphi写成的。 仅在win2k+sp4上测试过,不支持9x系统。因为用了一个可能不安全的隐藏oep的方法,xp系统上有可能会出问题。 没花,没anti代码,适合初学者了解壳。-Entertain themselves is also a product of, and netsowell release that do not have the same source, 90 of this
Armadillo-3.X
- Armadillo 3.78 - 4.xx + UPX oep Finder脱壳脚本-Shelling scr ipt
IMProtect
- IMProtect 嵌入源码编译保护壳开源 嵌入到源码中编译的保护壳,先于oep执行,主要是保护输入表和一些反调试反注入手段。-IMProtect embedded protective shell open source compiler to compile source code embedded into the protective shell, first performed at the oep, mainly to protect the input table and in
oep
- oep感染注入呢,最主要我们要了解oep的概念。oep就是程序的入口,比如我们编写一个DLL,那么oep就相当于DllMain,如果编写一个EXE,那么oep就相当于main或者WinMain。当windows把一个pe文件装载完成之后,就会直接执行oep入口,即:AddressOfEntryPoint。我们学过PE知识得知,AddressOfEntryPoint是在IMAGE_OPTIONAL_HEADER32 结构的定义里面。-oep infection injection, the mai