首页
社区
课程
招聘
[求助] Hiding instructions at the end of methods in an .NET Assembly
发表于: 2010-8-23 02:27 1171

[求助] Hiding instructions at the end of methods in an .NET Assembly

2010-8-23 02:27
1171
Steganography VI - Hiding messages in .NET Assemblies

An article about hiding instructions at the end of methods in an .NET Assembly

Introduction

An application contains lots of lines which leave the stack empty. After these lines any code can be inserted, as long as it leaves the stack empty again. You can load some values onto the stack and store them off again, without disturbing the application's flow.

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//