Location:
Search - hacker
Search list
Description: 一个综合的黑客程序,包括:端口扫瞄,发送邮件,下载网站源程序,关闭运行程序,测试电脑速度,简单的IE-an integrated hacker programs, including : port scan, send e-mail, download site source close operational procedures, the testing of computer speed, a simple Internet Explorer
Platform: |
Size: 300076 |
Author: 醉影 |
Hits:
Description: Hacker Defender 1.0.0
内核级后门软件,用户可以通过本软件隐藏文件、进程、系统服务、系统驱动、注册表键的键和键值、打开的端口以及虚构可用磁盘空间。程序同时也在内存中伪装它所做的改动,并且隐身地控制被隐藏进程。程序安装隐藏后门,注册隐藏系统服务并且安装系统驱动。该后门技术允许植入Redirector。鉴于参数过多,不推荐新手使用。-Hacker Defender 1.0.0 kernel-level backdoor software, users of the software can be hidden files, processes, systems and services, the system drive, registry keys and the keys keys, open ports and fictitious available disk space. Programs are also memory camouflage it changes made to the stealth and hidden control process. Installation hidden back door, registered hidden and system services to install the system drive. The backdoor allows implantation Redirector. Given the parameters too much, do not recommend the use of newcomers.
Platform: |
Size: 92628 |
Author: 苹果 |
Hits:
Description: 经典的关于黑客攻防的教程-classic hacker on the offensive and defensive Guide
Platform: |
Size: 631557 |
Author: 林永铄 |
Hits:
Description: Please excuse my english... It's so bad :)
Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to
code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode,
immediate, displacement, relative address, etc. For example, you can use HDE when
writing unpackers or decryptors executable files, because more others disassemblers
too big, get only disasm listing and aren't intended for code analys, but more simple
length disassemblers usually get too little info. HDE get enough info to analyse, but
it has very small size. HDE package include DLL, objects, headers files and and source.
+ support MMX, SSE, SSE2, SSE3, 3DNow! instructions
+ high-speed & small size (coded in assembler ;)
+ compatibility with most coding language
To disassemble should call hde_disasm function:
DWORD hde_disasm(
void *pCode // pointer to code
HDE_STRUCT *pHDE_STRUCT // pointer to structure HDE_STRUCT
);
Function return length of command and fill structure HDE_STRUCT:
struct HDE_STRUCT
{
BYTE len; // length of command
BYTE p_rep; // rep/repnz/.. prefix: 0xF2 or 0xF3
BYTE p_lock; // lock prefix 0xF0
BYTE p_seg; // segment prefix: 0x2E, 0x36, 0x3E, 0x26, 0x64, 0x65
BYTE p_66; // prefix 0x66
BYTE p_67; // prefix 0x67
BYTE opcode; // opcode
BYTE opcode2; // second opcode, if first opcode equal 0x0F
BYTE modrm; // ModR/M byte
BYTE modrm_mod; // - mod byte of ModR/M
BYTE modrm_reg; // - reg byte of ModR/M
BYTE modrm_rm; // - r/m byte of ModR/M
BYTE sib; // SIB byte
BYTE sib_scale; // - scale (ss) byte of SIB
BYTE sib_index; // - index byte of SIB
BYTE sib_base; // - base byte of SIB
BYTE imm8; // immediate imm8
WORD imm16; // immediate imm16
DWORD imm32; // immediate imm32
BYTE disp8; // displacement disp8
WORD disp16; // displacement disp16, if prefix 0x67 exist
DWORD disp32; // displacement disp32
BYTE rel8; // relative address rel8
WORD rel16; // relative address rel16, if prefix 0x66 exist
DWORD rel32; // relative address rel32
};
Opcode and len fields always exist, others are optional and depend of command. If
field's value equal zero, then it isn't existing.
Note: HDE work only with 32-bit commands of x86 processors !
Platform: |
Size: 23447 |
Author: sys0007 |
Hits:
Description: 黑客教程.含有端口扫描、IP欺骗、嗅探器、木马等的说明和例子- The hacker course. includes the port scanning, the IP deceit,
the sniffer, the wooden horse and so on the explanation and the
example
Platform: |
Size: 34816 |
Author: 站长 |
Hits:
Description: 著名黑客软件backorifice的源代码--Source code of famous hacker software backorifice
Platform: |
Size: 400384 |
Author: 站长 |
Hits:
Description: 一个综合的黑客程序-A comprehensive hacker program
Platform: |
Size: 301056 |
Author: 站长 |
Hits:
Description: 黑客攻学兼防-Science and anti-hacker attack
Platform: |
Size: 541696 |
Author: 刘文霞 |
Hits:
Description: 一个简单的网络防火墙的源代码-A simple network firewall source code
Platform: |
Size: 179200 |
Author: ahe |
Hits:
Description: 一个综合的黑客程序,包括:端口扫瞄,发送邮件,下载网站源程序,关闭运行程序,测试电脑速度,简单的IE-an integrated hacker programs, including : port scan, send e-mail, download site source close operational procedures, the testing of computer speed, a simple Internet Explorer
Platform: |
Size: 300032 |
Author: 醉影 |
Hits:
Description: 经典的关于黑客攻防的教程-classic hacker on the offensive and defensive Guide
Platform: |
Size: 630784 |
Author: 林永铄 |
Hits:
Description: Hacker Defender 1.0.0
内核级后门软件,用户可以通过本软件隐藏文件、进程、系统服务、系统驱动、注册表键的键和键值、打开的端口以及虚构可用磁盘空间。程序同时也在内存中伪装它所做的改动,并且隐身地控制被隐藏进程。程序安装隐藏后门,注册隐藏系统服务并且安装系统驱动。该后门技术允许植入Redirector。鉴于参数过多,不推荐新手使用。-Hacker Defender 1.0.0 kernel-level backdoor software, users of the software can be hidden files, processes, systems and services, the system drive, registry keys and the keys keys, open ports and fictitious available disk space. Programs are also memory camouflage it changes made to the stealth and hidden control process. Installation hidden back door, registered hidden and system services to install the system drive. The backdoor allows implantation Redirector. Given the parameters too much, do not recommend the use of newcomers.
Platform: |
Size: 92160 |
Author: 苹果 |
Hits:
Description: 关于黑客的一些个事迹与事例,可供茶余饭后的消遣之用.-On Hacker s deeds and examples of some months for gossip entertainment purposes.
Platform: |
Size: 631808 |
Author: |
Hits:
Description: 黑客编程VC,介绍了一些基本的黑客手段的编程和技巧-Hacker programming VC, introduce some basic programming hacking tools and techniques
Platform: |
Size: 805888 |
Author: disence |
Hits:
Description: 本文讲述了一位黑客的传奇的人生经历,共一些小菜们课余时间学习-novel hacker story
Platform: |
Size: 197632 |
Author: zuo |
Hits:
Description: 在c++ builder上的黑客攻防,详细讲解黑客软件的制作。-In the c++ builder on the hacker attack and defense, explain in detail the production of software hackers.
Platform: |
Size: 9292800 |
Author: 张 |
Hits:
Description: HACKER论坛(包含购物车),myEclipse+mySQL+Struts开发的JSP/Server网站,有AJAX、DWR运用-HACKER Forum (including cart), myEclipse+ mySQL+ Struts development of JSP/Server Web site, there is AJAX, DWR application
Platform: |
Size: 4998144 |
Author: 刘兵 |
Hits:
Description: 黑客攻防必杀技!2004版,不算太过时。包含密码攻防,病毒攻防,木马攻防,浏览安全攻防,系统漏洞攻防,黑客软件攻防等等。好像没有这个资料上传,因而吐血贡献。-Hackers attack and defense! 2004 version, not too old. It contains the password attack and defense, viruses attack and defense, Trojans attack and defense, browsing security attack and defense, system bug and hole attack and defense, hacker software attack and defense, and so on.
Platform: |
Size: 27981824 |
Author: WD |
Hits:
Description: 两本pdf书,有关黑客编程的基本知识与C++关联比较大,希望有所帮助(two books which are related to hacker program)
Platform: |
Size: 103697408 |
Author: 涓涓泉流 |
Hits:
Description: Resource Hacker can disassembly exe-files
Platform: |
Size: 445324 |
Author: pupsik_kz@inbox.ru |
Hits:
« 12
3
4
5
6
7
8
9
10
...
42
»