码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • 加密软件VMProtect教程:使用脚本-功能


    VMProtect是新一代软件保护实用程序。VMProtect支持德尔菲、Borland C Builder、Visual C/C++、Visual Basic(本机)、Virtual Pascal和XCode编译器。

    同时,VMProtect有一个内置的反汇编程序,可以与Windows和Mac OS X可执行文件一起使用,并且还可以链接编译器创建的MAP文件,以快速选择要保护的代码片段。

    为了轻松实现应用程序保护任务的自动化,VMProtect实现了内置脚本语言。VMProtect完全支持Windows系列的32/64位操作系统(从Windows 2000开始)和Mac OSX(从版本10.6开始)。重要的是,无论目标平台如何,VMProtect都支持所有范围的可执行文件,即Windows版本可以处理Mac OS X版本的文件,反之亦然。

    VMProtect最新版下载(qun:766135708)icon-default.png?t=N7T8https://www.evget.com/product/1859/download

    一个用于处理函数列表的类:

    class MapFunctions {
    public:
    	MapFunction item(int index); // returns a function with the given index
    	int count(); // returns the number of functions in the list
    	MapFunction itemByAddress(uint64 address); // returns a function at the given address
    	MapFunction itemByName(string name); // returns a function with the given name
    };

    功能类型:

    enum ObjectType {
    	Unknown,
    	Code,
    	Data,
    	Export,
    	Marker,
    	APIMarker,
    	Import,
    	String
    };

    一个与函数配合的类:

    class MapFunction {
    public:
    	uint64 address(); // returns the address of the function
    	string name(); // returns the name of the function
    	ObjectType type(); // returns the type of the function
    	References references(); // returns the list of references
    };

    一个处理参考文献列表的类:

    class References {
    public:
    	Reference item(int index); // returns a reference with the given index
    	int count(); // returns the number of references in the list
    };

    一个与参考文献一起工作的类:

    class Reference {
    public:
    	uint64 address(); // returns the address of the command
    	uint64 operandAddress(); // returns the address of the references
    };  
    

    获取完整>>>vmprotect 中文支持手册

  • 相关阅读:
    (论文阅读31/100)Stacked hourglass networks for human pose estimation
    【CMAKE极简教程】不断更新中......
    Python模拟试卷2023(1)
    noip2012Vigenère 密码
    天软特色因子看板 (2023.09 第05期)
    CSAPP 之 CacheLab 详解
    基于Matlab构建适用于无人机或四轴飞行器的IMU+GPS融合算法(附源码)
    21天学习挑战赛-树形选择排序和堆排序
    CSDN每日一题学习训练——Java版(逆序输出、Z 字形变换、输出每天是应该学习还是休息还是锻炼)
    C++实现快速排序的两种不同写法
  • 原文地址:https://blog.csdn.net/m0_67129275/article/details/137224717
  • 最新文章
  • 攻防演习之三天拿下官网站群
    数据安全治理学习——前期安全规划和安全管理体系建设
    企业安全 | 企业内一次钓鱼演练准备过程
    内网渗透测试 | Kerberos协议及其部分攻击手法
    0day的产生 | 不懂代码的"代码审计"
    安装scrcpy-client模块av模块异常,环境问题解决方案
    leetcode hot100【LeetCode 279. 完全平方数】java实现
    OpenWrt下安装Mosquitto
    AnatoMask论文汇总
    【AI日记】24.11.01 LangChain、openai api和github copilot
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1
正则表达式工具 cron表达式工具 密码生成工具

京公网安备 11010502049817号