CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - Reverse

搜索资源列表

  1. T206

    0下载:
  2. 虚拟机是目前讨论最多加密方式之一,我将通过分析整个T206 挑战(价值1500 刀)的逆向源代码,尝试着揭开虚拟机构建的原理。本文解释了如何编制一个虚拟机,同时 给出了它的源代码和结构,以帮助那些想分析这个挑战的人。完整的逆向源代码在附录中。-Discussion of the virtual machine is one of the most encryption methods, I will analyze the challenges the T206 (the value o
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:238771
    • 提供者:mall
  1. VB_VSPatch

    0下载:
  2. VS平台内存补丁,基于逆向分析,去除自身MD5检测、外挂检测等功,实现挤房间和安全开MH等功能,本身不含MH-VS platform memory patch, based on the reverse analysis, to remove their own MD5 detection, plug-in detection, such as power, to achieve crowded room and safety features such as open MH itself is
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:40744
    • 提供者:Lolita
  1. Code

    0下载:
  2. 利用一个递归算法,对用户自行的输入的数据进行加密,并且可以对加密的数据进行反向解码。-via a recursive algorithm, the program can encrypt the data the user input, and can encrypt data on the reverse decoding.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:571112
    • 提供者:Prince
  1. CRC

    0下载:
  2. CRC原理及其逆向分析方法 CRC教程與c001的CRC逆向分析方法.-Principle of reverse CRC analysis
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:14058
    • 提供者:Bevis
  1. conv

    0下载:
  2. Its a small tool for encrypting and decrypting text and files Supports: String to Hex Hex to String String Reverse Base64 DeBase64 String to Chr$ (One way) ROT13 XOR DeXOR SHA256 (One way) Blowfish CryptAPI DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:56354
    • 提供者:max-mass
  1. md5

    0下载:
  2. md5 检查工具MD5转换, 逆向转换,文件检查必备-md5 checker MD5 transformation, reverse transformation, document checks necessary
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:25166
    • 提供者:ming
  1. ReverseRat

    0下载:
  2. Reverse connectioin RAT in visual studio
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-23
    • 文件大小:120527
    • 提供者:deepakrathore
  1. MD5

    1下载:
  2. 使用MD5算法对指定TXT文档内的内容进行加密。可反向进行解密。-MD5 algorithm used within the specified TXT encrypt the contents of the document. Can decrypt the reverse.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-11-15
    • 文件大小:14408949
    • 提供者:yichaosun
  1. ollydbg-plugin

    0下载:
  2. ollydbg当前最流行的反汇编工具及插件,方便进行逆向程序-ollydbg the most popular tools and plug-ins disassemble, reverse procedure to facilitate
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-23
    • 文件大小:173212
    • 提供者:刘兵
  1. 01

    0下载:
  2. 字符串常用处理的实例大全(SHAI、MD5加解密等) 包括:HTML转换字符(Reverse)、加密、解密、SHA1加密、MD5加密、HTML反转字符等-Common examples of string processing Daquan (SHAI, MD5 encryption, etc.) including: HTML conversion character (Reverse), encryption, decryption, SHA1 encryption, MD5 encr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:13941
    • 提供者:fqw765
  1. md5

    0下载:
  2. MD5算法是一种消息摘要算法(Message Digest Algorithm),此算法以任意长度的信息(message) 作为输入进行计算,产生一个128-bit(16-byte)的指纹或报文摘要(fingerprint or message digest)。两个不同的message产生相同message digest的几率相当小,从一个给定的message digest逆向产生原始message更是困难(不过也有可能从message digest构造(message),因此MD5算法适合用在
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2984
    • 提供者:nannan
  1. encrypt

    0下载:
  2. 用RSA公匙加密,该密文可以被JAVA用RSA密匙解密。-test to encrypt plain text by RSA key, please be noted to reverse the byte array after encrypt, or otherwise the cipher can not be decrypt by java.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1849
    • 提供者:jiehua.ou
  1. 39.3

    0下载:
  2. 编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文 “the result of 3 and 2 is not 8” 结果为: -Programming, the input line character output in an encrypted f
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:606
    • 提供者:wangyu
  1. MD5

    0下载:
  2. md5 encryption example in the game engine game maker md5 gamemaker used to encrypt the password and check the input string can be password no reverse md5 string out the original password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:14731
    • 提供者:toi la ai
  1. VBRezQ

    1下载:
  2. vb反编译,反提取,反向分析软件,功能完整-vb decompile, anti-extraction, reverse analysis software, fully functional
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:219714
    • 提供者:AQ
  1. 8-5

    5下载:
  2. 有一种加密方法为:其使用一个字母串(可以含重复字母,字母个数不超过50)作为密钥。假定密钥单词串为feather,则先去掉密钥单词中的重复字母得到单词串feathr,然后再将字母表中的其它字母以反序追加到feathr的后面-There is an encryption method: its use a string of letters (which can contain repeated letters, the number of not more than 50 letters) as
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:345763
    • 提供者:杜长春
  1. Secrets-of-Reverse-Engineering

    0下载:
  2. 逆向工程的秘密:非常经典,了解程序构造和如何保护自己的软件不被破解-Secrets of Reverse Engineering:
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7406105
    • 提供者:Eva wang
  1. CPPSourceCode(Reverse-assembler)

    0下载:
  2. C++反汇编与逆向分析技术揭秘-随书代码-C++ disassembly and reverse analysis technology revelation-code with books
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-16
    • 文件大小:4491390
    • 提供者:李强
  1. REVERSING

    0下载:
  2. 逆向工程揭秘,包含大量加密解密详细说明。学习逆向工程必备-The secret of Reverse engineering The detailed descr iption contains a large number of encryption and decryption. To learn reverse engineering necessary
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-29
    • 文件大小:57964524
    • 提供者:柯万强
  1. test-reverse

    0下载:
  2. selective reverse encryption iamges
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:796
    • 提供者:sreedevi
« 12 »
搜珍网 www.dssz.com