• 关闭侧边栏
  • 破解/汇编『Crack/Asm』

    第 3 页,共 64 页12345678910...最旧 »

    这篇文章是和上一篇文章紧密相连的,上一篇文章中提到关于授权信息的问题。终于在我的不断折腾之下现在这个鸟信息显示出来了(版本:wing ide 4.1.3-1 )。在使用的时候还是需要激活免费试用授权,在美页的文章中提到的方法不过是把程序比较的那个代码给改成了70,其实也是一个跳转,但是这个跳转在改完之后重新反编译pyo文件得到的代码是什么样子我也不知道。而后意外的把那段代码改错了一个字节,竟然程序还能跑,但是授权信息还是missing。作为一个半完美主义者这个东西是不能容忍的。嘎嘎。 :)

    Continue reading

    这个东西是昨天在看雪上看到这个东西的破解补丁的时候才下载了试了一下,但是不管怎么尝试。都没成功,不过可以确定的是提供的这个文件应该是和授权有关的,但是不知道为什么在我这里会失败。

    Continue reading

    Download link:http://dl.dbank.com/c0pem2gp75

    Continue reading

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    
    #########################################
    #Ida batch mode test code by obaby
    #2012.03.13
    #Mars Security
    #http://www.h4ck.org.cn
    #Email:root@h4ck.ws
    #########################################
    import sys
    import os
    import subprocess
     
    # Fill these feilds with ur own ida file path and the idc file u want to execute!
    idcScriptFileName = "batchmode.idc"
    ida32qFilePath = '"F:\Crackl@b\Hex-Rays.IDA.Pro.Advanced.v6.1\ida61\idaq.exe"'
    ida64qFilePath = "F:\Crackl@b\Hex-Rays.IDA.Pro.Advanced.v6.1\ida61\idaq64.exe"
    ida32wFilePath ='"F:\Crackl@b\Hex-Rays.IDA.Pro.Advanced.v6.1\ida61\idaw.exe"'
    ida64wFilePath = "F:\Crackl@b\Hex-Rays.IDA.Pro.Advanced.v6.1\ida61\idaw64.exe"
    #The binary file list text 
    TargetList = "F:/Python 2.6/_eric4project/idabatchmode/list.txt"
     
    TargetFile_object = open(TargetList, "r").readlines()
    for eachline in TargetFile_object:
        #print eachline, 
        #print eachline
        eachline = eachline.replace('\n','').replace('\r', '')
        if os.path.exists(eachline):
            tmpExecStr =  ida32wFilePath +" -A -c -S"+idcScriptFileName +" " + '"'+eachline+'"' #fixup the space in the file path
            print tmpExecStr, 
            #os.system(tmpExecStr) #singl process with cmdwindow
            #os.popen(tmpExecStr)  singl process without cmdwindow
            subprocess.Popen(tmpExecStr) #mulity process with cmd window
     
    print ("All Process have been started!")

    修正文件路径包含空格时找不到文件的问题,这个如果自己写的话应该是可以避免的。发现一个比较奇怪的问题,在win7下subprocess.Popen竟然不显示cmd窗口,但是在xp下显示。这是为什么? :8

    第 3 页,共 64 页12345678910...最旧 »

    Site Search:

    站点说明

    本站所破解的程序仅限于分析研究只用,不可用于非法用途,如果喜欢该软件请购买正版。并且由于程序所造成的损失本人概不负责。【订阅本站文章】

    联系方式:

    博客:http://www.h4ck.org.cn

       http://h4ck.ws

    微博:http://www.obaby.org.cn

    Twitter:http://twitter.com/#!/ob4by

    QQ:289090351/382291381

    ICQ:242354290

    Msn:obaby.lh[at]hotmail.com

    Gtalk:obaby.lh[at]gmail.com

    • 2012-05-15 12:13:16 #obaby
      obaby 说 《北京日报》微博呼吁骆家辉公布财产,它并不知道早在1978年美国通过了《政府伦理法》,要求每位联邦雇员申报财产,而骆家辉的财产早就公开了。《北京日报》微博是在昨天转发一网友微博时,发出了“请骆家辉公布财产”的要求,该帖子已经删除,它重新转发了该微博,但删除了评论。 2012-05-15 12:13:16 from Web […]

    统计信息:

    版权信息:

    [Valid RSS] Valid CSS!

    hacker emblem

    知识共享许可协议
    火星信息安全研究院 by obaby is licensed under a Creative Commons 署名-非商业性使用-相同方式共享 2.5 中国大陆 License.
    基于www.h4ck.org.cn上的作品创作。