# DllToShellCode
Fast Conversion Windows Dynamic Link Library To ShellCode
## Features
* Support 32-bits and 64-bits
* Support Compression(using ntdll RtlCompressBuffer function or aplib)
* Support two modes
* Direct invoke dllmain(lpReserved as parameter),if you don't want using the dll internal functions
* Invoke the shellcode will return the address of export function, so you can use it in anywhere
## OverView
>Few Assembly used, almost all code are developed in C language(only use assembly language in 32-bits self-delta)
>Develop by Visual Studio 2013
## Usage
BinToHex: DllToShellCode b <in_file> <out_file>
Compress File: DllToShellCode c mode <in_file> <out_file>
Dll To ShellCode: DllToShellCode d shellcode_mode <param> compress_mode
Compress File mode
0 = compress with ntdll
1 = compress with aplib
DllToShellCode shellcode_mode
0 = only call dllmain, <param> is the dllmain param lpReserved
1 = return export address, <param> is the export name
DllToShellCode compress_mode
0 = no compress
1 = compress with ntdll
2 = compress with aplib
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
DllToShellCode-master.zip (45个子文件)
DllToShellCode-master
ShellCode_Main
order.txt 135B
shellcode_base.h 398B
ShellCode_Main.vcxproj.user 162B
shellcode_base.c 6KB
ReadMe.txt 1KB
ShellCode_Main.c 10KB
shellcode_global.h 2KB
ShellCode_Main.vcxproj 8KB
ShellCode_Main.vcxproj.filters 1KB
DllToShellCode
aplib.h 2KB
compress.c 2KB
aplib_x64.lib 12KB
shellcode_data.c 21KB
DllToShellCode.vcxproj.filters 1KB
shellcode_data.h 365B
DllToShellCode.vcxproj 7KB
ReadMe.txt 1KB
DllToShellCode.c 10KB
DllToShellCode.vcxproj.user 162B
compress.h 442B
aplib_x86.lib 10KB
DllToShellCode.sln 4KB
ShellCode_Ntdll
ShellCode_Ntdll.c 3KB
ShellCode_Ntdll.vcxproj.user 162B
order.txt 109B
shellcode_base.h 398B
ShellCode_Ntdll.vcxproj.filters 1KB
shellcode_base.c 6KB
ReadMe.txt 2KB
shellcode_global.h 2KB
ShellCode_Ntdll.vcxproj 8KB
Tester
tester_nt_mode1.asm 461B
tester_aplib_mode1.asm 470B
tester_main_mode1.asm 413B
tester_nt_mode2.asm 469B
tester_aplib_mode2.asm 478B
gen.bat 608B
tester_main_mode2.asm 423B
ShellCode_Aplib
ShellCode_Aplib.vcxproj.user 162B
order.txt 54B
ReadMe.txt 2KB
ShellCode_Aplib.c 4KB
ShellCode_Aplib.vcxproj 7KB
ShellCode_Aplib.vcxproj.filters 1KB
README.md 1KB
共 45 条
- 1
资源评论
ant8342635
- 粉丝: 1
- 资源: 15
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功