2.3.2实战内存追码视频教程

10年前的视频教程~~

所有视频以及相关文件下载:

链接: https://pan.baidu.com/s/1-qfEeQMkkY4ZnpTV77v96g 提取码: a6dw 复制这段内容后打开百度网盘手机App,操作更方便哦

cnbeta.com 页面内容屏蔽规则

忽然那个cb就改版了,改的不是一般难看,太分散注意力了。像上面的那样,一坨一坨的。

如果使用的是firefox可以安装uBlock ,添加如下的自定义规则:

! 2017/2/24 上午9:16:43 http://www.cnbeta.com/
www.cnbeta.com##.cnbeta-home-blue-wrapper
hot.cnbeta.com##.cnbeta-home-blue-wrapper
! 2017/2/24 上午9:17:13 http://www.cnbeta.com/articles/tech/587579.htm
www.cnbeta.com##.cnbeta-side-wrapper
hot.cnbeta.com##.cnbeta-side-wrapper
! 2017/2/24 上午9:25:05 http://www.cnbeta.com/articles/tech/587547.htm
www.cnbeta.com###J_latest_info
hot.cnbeta.com###J_latest_info
Continue Reading

The Art of Unpacking

The Art of Unpacking
by Mark Vincent Yason
=====================================================
=====================================================

Abstract: Unpacking is an art—it is a mental challenge and is one of the most exciting mind
games in the reverse engineering field. In some cases, the reverser needs to know the
internals of the operating system in order to identify or solve very difficult anti-reversing tricks
employed by packers/protectors, patience and cleverness are also major factors in a
successful unpack. This challenge involves researchers creating the packers and on the other
side, the researchers that are determined to bypass these protections.

The main purpose of this paper is to present anti-reversing techniques employed by
executable packers/protectors and also discusses techniques and publicly available tools that
can be used to bypass or disable this protections. This information will allow researchers,
especially, malcode analysts to identify these techniques when utilized by packed malicious
code, and then be able decide the next move when these anti-reversing techniques impede
successful analysis. As a secondary purpose, the information presented can also be used by
researchers that are planning to add some level of protection in their software by slowing
down reversers from analyzing their protected code, but of course, nothing will stop a skilled,
informed, and determined reverser.

Continue Reading

Tutorial Reversing Newbies by LENA – Team SnD

Tutorial Reversing Newbies by LENA [ Team SnD ]

01. Olly + assembler + patching a basic reverseme
02. Keyfiling the reverseme + assembler
03. Basic nag removal + header problems
04. Basic + aesthetic patching
05. Comparing on changes in cond jumps, animate over/in, breakpoints
06. “The plain stupid patching method”, searching for textstrings
07. Intermediate level patching, Kanal in PEiD

Continue Reading