摘要:
#coding=utf-8 # # Dll Hijacker # # platform: Python 2.x @ Windows # # author:Coca1ne import os,sys,time import pefile def main(): try: pe = pefile.PE(sys.argv[1]) exportTable ... 阅读全文
posted @ 2016-10-27 22:11
杀死比特
阅读(1557)
评论(1)
推荐(0)