文件名称:fasm_packer
- 所属分类:
- 压缩解压
- 资源属性:
- [Dephi] [Pascal] [源码]
- 上传时间:
- 2013-09-22
- 文件大小:
- 227kb
- 下载次数:
- 1次
- 提 供 者:
- Lord No********
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Simple packer, the loader is written in assembly (FASM) and the builder in Delphi.
For the technical part, this packer is good for:
- A non dependent code of its address with the delta offset
- Load API by hash
- Research in Export Address Table
- Import Address Table loading (ordinal & name)
- Use of NtCreateSection/NtMapViewOfSection
- The trick VirtualSize = SizeOfImage so that Windows don t steel our memory position.
For the technical part, this packer is good for:
- A non dependent code of its address with the delta offset
- Load API by hash
- Research in Export Address Table
- Import Address Table loading (ordinal & name)
- Use of NtCreateSection/NtMapViewOfSection
- The trick VirtualSize = SizeOfImage so that Windows don t steel our memory position.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FASM Packer
...........\loader.asm
...........\loader.exe
...........\make.bat
...........\Packer
...........\......\Cleaner.bat
...........\......\icon.ico
...........\......\Packer.dpr
...........\......\Packer.exe
...........\......\Packer.res
...........\......\PEFile.pas
...........\......\uMain.dfm
...........\......\uMain.pas
...........\readme.txt
...........\structs.inc