<< Reversing - Secrets of Reverse Engineering >> 是一本关于逆向工程不可多得的好书,谈到了逆向工程的方方面面,如果你有一定的编程经验,对汇编程序不反感,又想了解逆向工程的话,我强烈推荐您读这本书(网上可下载)。
这里仅摘录书中关于恶意软件分类的定义。
malicious software category
Viruses : self-replicating programs that usually have a malicious intent.
Worms: fundamentally similar to a virus in the sense that it is a self-replcating malicious program. The difference is that a worm self-replicates using a netword(such as the Internet), and the replication process doesn't require direct human interaction.
Trojan Horese: The general idea is that a Trojan horse is an innocent artifact openly delivered through the front door when it in fact containsa malicous element hidden somewhere inside of it.
Backdoors: A backdoor is a type of malicious software that creates a(usually covert) access channel that the attaker can use for connecting,controlling,spying,or otherwise interacting with the victim's system.
Adware: Adware is programs that force unsolicited advertising on end users.Gathers various statistics regarding the end user's browsing and shopping habits(sometimes transmitting that data to a centralized server) and uses that information to display targeted ads to the end user.
分享到:
相关推荐
Reversing Secrets of Reverse Engineering.rar
逆向工程(Reverse Engineering)是软件安全、漏洞分析和程序理解的重要技术,它涉及到对已编译代码的理解,以揭示隐藏的功能、工作原理或潜在的安全问题。在本专题中,我们将探讨逆向工程在处理ZIP文件时的应用,...
逆向工程是一门深奥而又实用的技术领域,它涉及从已有的软件产品中提取信息、理解其工作原理,以及提取设计思路或数据结构等。逆向工程通常用于多种目的,包括安全审计、兼容性维护、恶意软件分析、以及获取未公开的...
Even better than eda-reversing 2
相关文献如《Reversing: Secrets of Reverse Engineering》和《Reverse Engineering in Kernel》提供了深入的洞察,揭示了如何在内核级别查找和利用安全漏洞。 总的来说,网络安全渗透测试和逆向工程是相互关联的...
RayWenderlich 出版的关於在apple 平台上开发除错及逆向工程的书 xcode 9, swift 4
5. 逆向工程专有文件格式(Examples of reversing proprietary file formats):掌握如何分析和理解那些未公开文档或加密的文件格式。 6. 其他知识(Other things):涵盖了逆向工程过程中可能遇到的其他各种主题,...
标题中的《Reverse Engineering for Beginners-Dennis Yurichev》是一本由逆向工程领域的大师Dennis Yurichev撰写的开源书籍。该书是为逆向工程初学者准备的入门指南,不仅覆盖了基础知识,也涵盖了逆向工程的一些...
文档中提到的“Reversing a Japanese Wireless SDCard”案例,揭示了对一种特定设备的安全评估过程。案例涉及到了如何通过分析和逆向工程的方法,获取无线SD卡的固件,并对其安全性进行深入研究。这个过程包括了对...
ˇ GDA(GJoy Dex分析仪) GDA是新的Dalvik字节码反编译器,以C ++实现,具有以下优点:分析速度更快,内存和磁盘消耗更低,并且反编译APK,DEX,ODEX,OAT文件的能力更强(自3.79开始支持JAR,CLASS和AAR文件) 。...
防锈助剂 ida脚本可帮助逆转生锈的二进制文件 如何使用 预防措施 仅本机ELF x64。 该exe文件将具有更正参数的功能的问题。 功能 拆解函数名称。 (功能名称分解) 保存要使用的字符串。... 它纠正了未正确捕获的因素。...
arm反汇编及调试的ppt,值得好好学习一下。包括:• What is ARM? • Reversing and Decompiling. • Idioms and examples. • Conclusions.
本文主要探讨的是.NET应用程序的逆向工程(Reverse Engineering),这是安全分析、漏洞挖掘、软件调试和学习技术实现等方面的重要工具。在第二部分中,我们将深入.NET的内部结构,了解如何通过逆向工程来揭示源代码...
【标题】:“逆向工程.NET(第三部分)_reverseengineering_dotnet_” 【描述】:“逆向工程.NET应用程序(第三部分)” 在这个专题中,我们将深入探讨.NET框架下的逆向工程,这是系列教程的第三部分。逆向工程,...
Reversing .NET apps (Part 1)
《逆向工程揭秘》即《Reversing Secrets of Reverse Engineering》这本书中的程序实例和代码,如generictable.exe, cryptex.exe等等
As a result, anti-debugging tricks are probably the most common feature of code intended to interfere with reverse-engineering (and anti- disassembly constructs being the next most common)....
QGears-reversing-data项目正是这样一个专注于游戏数据转储的资源库,它为FF(Final Fantasy)系列游戏提供了宝贵的资料。本文将深入探讨这个项目的核心内容,以及与之相关的编程技术——汇编语言。 QGears-...