亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

anti-DeDe

  • 現(xiàn)在的木馬后門種類非常之多

    現(xiàn)在的木馬后門種類非常之多,其中有些木馬專門以O(shè)ffice 文檔為竊取目標(biāo),我最近做了一些Anti這些木馬的工作,在工作中我基本上實(shí)現(xiàn)了阻止未知程序利用Office自動化接口竊取Word內(nèi)容,但限于公司利益我只能寫一些基本上已經(jīng)比較成熟和公開的技術(shù),當(dāng)然其中了包含我的設(shè)計思想,我想多多少少會讓你有所收獲,你可任意轉(zhuǎn)載文章,但請注明作者和出處,謝謝!

    標(biāo)簽: 木馬

    上傳時間: 2014-11-24

    上傳用戶:changeboy

  • James病毒 Complier: MASM32 Debuged: Under windows2000/XP 使用Mapping來感染

    James病毒 Complier: MASM32 Debuged: Under windows2000/XP 使用Mapping來感染,以前是在文件上操作; 使用了SEH。現(xiàn)在還沒什么用,以后會利用SEH來ANTI-VM的;使用了簡單的xor來加密代碼,防止靜態(tài)分析;加入反跟蹤代碼;

    標(biāo)簽: Complier Debuged Mapping windows

    上傳時間: 2015-07-14

    上傳用戶:sz_hjbf

  • Secure Programming Cookbook for C and C++ is an important new resource for developers serious about

    Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, symmetric and public key cryptography, cryptographic hashes and MACs, authentication and key exchange, PKI, random numbers, and anti-tampering.

    標(biāo)簽: Programming developers for important

    上傳時間: 2015-09-03

    上傳用戶:gundan

  • 標(biāo) 題: 發(fā)一個純正delphi血統(tǒng)的壓縮殼(含源碼) 作 者: ttui 時 間: 2006-04-20,12:41 鏈 接: http://bbs.pediy.com/showthread.

    標(biāo) 題: 發(fā)一個純正delphi血統(tǒng)的壓縮殼(含源碼) 作 者: ttui 時 間: 2006-04-20,12:41 鏈 接: http://bbs.pediy.com/showthread.php?t=24357 這些天新殼大爆發(fā)啊,我也來湊個熱鬧。 又是一個自娛自樂的產(chǎn)物,和netsowell發(fā)布過源碼的那個不一樣,這個殼90%的代碼是用delphi寫成的。 僅在win2k+sp4上測試過,不支持9x系統(tǒng)。因為用了一個可能不安全的隱藏oep的方法,xp系統(tǒng)上有可能會出問題。 沒花,沒anti代碼,適合初學(xué)者了解殼。 現(xiàn)在只能壓縮exe文件。 壓縮包里含源碼,算是為這里的delphi初學(xué)者的小禮物。

    標(biāo)簽: showthread delphi pediy 2006

    上傳時間: 2014-11-24

    上傳用戶:924484786

  • 郵件系統(tǒng)是Linux網(wǎng)絡(luò)應(yīng)用的重要組成

    郵件系統(tǒng)是Linux網(wǎng)絡(luò)應(yīng)用的重要組成,一個完整的郵件系統(tǒng)包括三個部分:底層操作系統(tǒng)(Linux Operation),郵件傳送代理(Mail Transport Agent,MTA),郵件分發(fā)代理(Mail Delivery Agent,MDA),郵件用戶代理(Mail User Agent,MUA)。 Postfix是一個非常優(yōu)秀的MTA,她素以高效、安全的特點(diǎn)而著稱。Postfix是作者在UNIX上所見過的MTA中在反垃圾郵件(Anti- Spam或Anti-UCE)方面做得最好的一個,甚至有很多公司在Postfix代碼的基礎(chǔ)上進(jìn)行二次開發(fā)而推出反垃圾郵件網(wǎng)關(guān)產(chǎn)品。MTA的反垃圾郵件功能,實(shí)際上就是在MTA處理過程中對會話進(jìn)行過濾。這個過濾不但過濾了發(fā)往自身的垃圾郵件,而且還防止了自身被惡意利用發(fā)送垃圾郵件。Postfix 實(shí)現(xiàn)了目前所有主要的MTA過濾技術(shù)。postfix是Wietse Venema在IBM的GPL協(xié)議之下開發(fā)的MTA(郵件傳輸代理)軟件。和Sendmail相比Postfix更快、更容易管理、更靈活、更安全。

    標(biāo)簽: Linux 郵件系統(tǒng) 網(wǎng)絡(luò)應(yīng)用

    上傳時間: 2015-11-25

    上傳用戶:dapangxie

  • 這些天新殼大爆發(fā)啊

    這些天新殼大爆發(fā)啊,我也來湊個熱鬧。 又是一個自娛自樂的產(chǎn)物,和netsowell發(fā)布過源碼的那個不一樣,這個殼90%的代碼是用delphi寫成的。 僅在win2k+sp4上測試過,不支持9x系統(tǒng)。因為用了一個可能不安全的隱藏oep的方法,xp系統(tǒng)上有可能會出問題。 沒花,沒anti代碼,適合初學(xué)者了解殼。 現(xiàn)在只能壓縮exe文件。 壓縮包里含源碼,算是為這里的delphi初學(xué)者的小禮物。

    標(biāo)簽:

    上傳時間: 2013-12-28

    上傳用戶:541657925

  • pav 反病毒源碼 /*************************************************************************** * * * Fi

    pav 反病毒源碼 /*************************************************************************** * * * File: ANTI-VIRUS * * Function: This program demostrating file anti-virus managment * * * * Author: Long Yun Liang * * First edit: 1995,3,10 * * Last edit: 1996,11,5 All Rights Reserved * * * * * ***************************************************************************/

    標(biāo)簽: pav Fi 反病毒 源碼

    上傳時間: 2014-01-14

    上傳用戶:hullow

  • If you have programming experience and a familiarity with C--the dominant language in embedded syste

    If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, detect enemy aircraft, and pilot UAVs. Communication satellites, deep-space probes, and many medical instruments would have been nearly impossible to create without embedded software.

    標(biāo)簽: familiarity programming experience dominant

    上傳時間: 2013-12-11

    上傳用戶:362279997

  • 可編程并行接口8255A完成的交通燈實(shí)驗   用8255A的B端口和C端口控制12個LED的亮和滅(輸出為0則亮

    可編程并行接口8255A完成的交通燈實(shí)驗   用8255A的B端口和C端口控制12個LED的亮和滅(輸出為0則亮,輸出為1則滅),模擬十字路口的交通燈。 -programmable parallel interface 8255A completed, the traffic lights experimental 8255A port B and C - I control 12 LED bright and methomyl (output of 0-liang, the output of an anti), the simulation of traffic lights at a crossroads.

    標(biāo)簽: 可編程 交通燈 并行接口 實(shí)驗

    上傳時間: 2016-08-13

    上傳用戶:來茴

  • The TW2835 has four high quality NTSC/PAL video decoders, dual color display controllers and dual v

    The TW2835 has four high quality NTSC/PAL video decoders, dual color display controllers and dual video encoders. The TW2835 contains four built-in analog anti-aliasing filters, four 10bit Analog-to-Digital converters, and proprietary digital gain/clamp controller, high quality Y/C separator to reduce cross-noise and high performance free scaler. Four built-in motion,

    標(biāo)簽: dual controllers decoders display

    上傳時間: 2017-03-20

    上傳用戶:來茴

主站蜘蛛池模板: 宁南县| 石棉县| 丹棱县| 揭阳市| 湖州市| 板桥市| 安远县| 兖州市| 思南县| 纳雍县| 七台河市| 云梦县| 乡城县| 揭西县| 许昌市| 铁岭市| 宜州市| 启东市| 楚雄市| 偃师市| 泸西县| 上栗县| 水富县| 洛浦县| 黔南| 巩义市| 绥宁县| 黎平县| 米脂县| 石棉县| 驻马店市| 桂东县| 佛坪县| 新源县| 依安县| 千阳县| 西华县| 巴中市| 瑞昌市| 香河县| 涪陵区|