您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C++ FAQs

  2. C++ FAQs Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book ? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do deve
  3. 所属分类:C++

    • 发布日期:2007-09-15
    • 文件大小:917504
    • 提供者:lovewhzlq
  1. Bypassing non-executable-stack during exploitation using return-to-libc.pdf

  2. Bypassing non-executable-stack during exploitation using return-to-libc.pdf
  3. 所属分类:嵌入式

    • 发布日期:2009-11-06
    • 文件大小:15360
    • 提供者:uuty
  1. 2009 达内Unix学习笔记

  2. 集合了 所有的 Unix命令大全 登陆服务器时输入 公帐号 openlab-open123 telnet 192.168.0.23 自己帐号 sd08077-you0 ftp工具 192.168.0.202 tools-toolss 老师测评网址 http://172.16.0.198:8080/poll/ 各个 shell 可互相切换 ksh:$ sh:$ csh:guangzhou% bash:bash-3.00$ 一、注意事项 命令和参数之间必需用空格隔开,参数和参数之间也必需用空格隔开
  3. 所属分类:C

    • 发布日期:2010-02-10
    • 文件大小:31744
    • 提供者:lq_1987
  1. jquery实例,有50个例子

  2. /*! * jQuery Javascr ipt Library v1.3 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-01-13 12:50:31 -0500 (Tue, 13 Jan 2009) * Revision: 6104 */
  3. 所属分类:Javascript

    • 发布日期:2010-02-21
    • 文件大小:4194304
    • 提供者:yuyutu
  1. jquery实例,有50个例子

  2. /*! * jQuery Javascr ipt Library v1.3 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-01-13 12:50:31 -0500 (Tue, 13 Jan 2009) * Revision: 6104 */
  3. 所属分类:Javascript

    • 发布日期:2010-07-03
    • 文件大小:4194304
    • 提供者:pjzhouyou
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. Absolute OpenBSD - Unix For The Practical Paranoid 2003

  2. Back Cover ............................................................................................................................... - 17 - ACKNOWLEDGMENTS .......................................................................................
  3. 所属分类:FTP

    • 发布日期:2010-09-30
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. Debugging with GDB --2007年

  2. Table of Contents Summary of GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Contributors to GDB . . . . . . . . . . . .
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. return-to-libc

  2. Returning to libc is a method of exploiting a buffer overflow on a system that has a non-executable stack, it is very similar to a standard buffer overflow, in that the return address is changed to point at a new location that we can control. Howeve
  3. 所属分类:其它

    • 发布日期:2011-01-03
    • 文件大小:15360
    • 提供者:lichengzhang
  1. OllyDbg 2.01 alpha 3

  2. April 11, 2011 - OllyDbg 2.01 alpha 3. Here it is! A major update with many new features. Here are the most important: - Support for multi-monitor configurations - Hardware breakpoints and fast command emulation now co-operate. That is, run trace ru
  3. 所属分类:网络攻防

    • 发布日期:2011-08-01
    • 文件大小:1048576
    • 提供者:ddnetplay
  1. 千方百计笔试题大全

  2. coreJava部分 8 1、面向对象的特征有哪些方面? 8 2、作用域public,private,protected,以及不写时的区别? 8 3、String 是最基本的数据类型吗? 8 4、float 型float f=3.4是否正确? 8 5、语句float f=1.3;编译能否通过? 8 6、short s1 = 1; s1 = s1 + 1;有什么错? 8 7、Java 有没有goto? 8 8、int 和Integer 有什么区别? 9 9、&和&&的区别? 9 10、简述逻辑操
  3. 所属分类:Java

    • 发布日期:2011-11-30
    • 文件大小:921600
    • 提供者:nishuihan01
  1. 网络修复winsrepair

  2. 能修复因装各种嗅探器,虚拟网卡之类的,对网络环境的破坏。感觉比360的修复好用 Rizone Winsock Repair Version: 0.5.1.512 Release Date: April 13th 2010 System Requirements: Windows XP, 2003, Vista, 2008, 7 © Rizone Technologies. All rights reserved. www.rizonetech.com Descr iption: Winsock
  3. 所属分类:桌面系统

    • 发布日期:2012-03-02
    • 文件大小:419840
    • 提供者:fengziyou
  1. C++ FAQ 常见问题问答详解

  2. C++ 常见问题问答详解。 Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do develo
  3. 所属分类:C++

    • 发布日期:2012-08-14
    • 文件大小:917504
    • 提供者:ubcwang
  1. AT&T Assembly Language

  2. 详细的揭示了linux下的AT&T汇编指令使用方法,给出了各种汇编指令,指令用法,以及相应的例程。其中包括一些如何使用汇编链接C语言库,汇编调用系统调用,汇编执行浮点运算,C语言内嵌汇编等。 Chapter 1: What Is Assembly Language? 1 Processor Instructions 1 Instruction code handling 2 Instruction code format 3 High-Level Languages 6 Types of hi
  3. 所属分类:C/C++

    • 发布日期:2013-03-17
    • 文件大小:6291456
    • 提供者:windstonedream4
  1. Microsoft Codeview and Utilities User

  2. 从 Windows 3.0 SDK 发掘的资源,英文原版 + HTML版本 Microsoft Codeview and Utilities User's Guide Microsoft(R) CodeView(R) and Utilities User's Guide Version 2.3 for MS(R) OS/2 and MS-DOS(R) Operating Systems MICROSOFT CORPORATION Information in this document is
  3. 所属分类:C/C++

  1. EurekaLog_7.5.0.0_Enterprise

  2. EurekaLog 7.5 (18-August-2016) 1)..Important: Installation layout was changed. All packages now have version suffix (e.g. EurekaLogCore240.bpl). No files are copied to \bin folder of IDE. Run-time package (EurekaLogCore) is copied to Windows\System3
  3. 所属分类:Delphi

    • 发布日期:2016-11-15
    • 文件大小:133169152
    • 提供者:jsdf007
  1. python3.6.5参考手册 chm

  2. Python参考手册,官方正式版参考手册,chm版。以下摘取部分内容:Navigation index modules | next | Python » 3.6.5 Documentation » Python Documentation contents What’s New in Python What’s New In Python 3.6 Summary – Release highlights New Features PEP 498: Formatted string liter
  3. 所属分类:Python

    • 发布日期:2018-04-15
    • 文件大小:7340032
    • 提供者:ly_564963745
  1. The Shellcoder

  2. The Shellcoder's Handbook 2nd Edition About the Authors vii Acknowledgments xi Introduction to the Second Edition xxiii Part I Introduction to Exploitation: Linux on x86 Chapter 1 Before You Begin 3 Basic Concepts 3 Memory Management 4 Assembly 6 Re
  3. 所属分类:系统安全

    • 发布日期:2018-06-30
    • 文件大小:8388608
    • 提供者:ldwj2016
  1. vxworks_kernel_programmers_guide_6.9

  2. PART I: CORE TECHNOLOGIES 1 Overview ...................................................................................................... 3 1.1 Introduction ..........................................................................................
  3. 所属分类:其它

    • 发布日期:2018-09-20
    • 文件大小:4194304
    • 提供者:danfengch2csdn
  1. solaris10学习

  2. NULL 博文链接:https://asi12.iteye.com/blog/814440Copyright 2004 Sun Microsystems, InC, 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved This product or docunent is protected by copyright and distributed under licenses restri
  3. 所属分类:其它

    • 发布日期:2019-07-29
    • 文件大小:1048576
    • 提供者:weixin_38669628
« 12 »