Windows平台的x64dbg插件合集

简介: Windows平台的x64dbg插件合集

1、x64dbg软件官网


GitHub - x64dbg/x64dbg: An open-source x64/x32 debugger for windows.


x64dbg - Browse Files at SourceForge.net


2、x64dbg插件官网


Plugins · x64dbg/x64dbg Wiki · GitHub  插件清单


PluginManager/list.json at master · x64dbg/PluginManager · GitHub 插件清单


https://raw.githubusercontent.com/x64dbg/PluginManager/master/list.json 插件清单


https://github.com/horsicq/x64dbg-Plugin-Manager 插件管理器【推荐】




https://github.com/x64dbg/PluginManager 插件管理器


3、常用的插件


xAnalyzer,SwissArmyKnife,x64dbg_tol,ScyllaHide,BaymaxTools,xHotSpots


https://github.com/ThunderCls/xAnalyzer 类似于od的自动注释插件


https://github.com/mrfearless/APISearch-Plugin-x64


https://github.com/Nukem9/SwissArmyKnife 导入Map文件


x64dbg_tol,中文搜索支持


[下载]x64dbg_tol【2020年9月23日更新】-x64dbg插件区-看雪论坛-安全社区|安全招聘|bbs.pediy.com


https://github.com/x64dbg/ScyllaHide 反反调试


https://github.com/sicaril/BaymaxTools 特征码提取和搜索


https://github.com/ThunderCls/xHotSpots 用来寻找事件断点


4、插件使用方法


Copy the files under the x32\plugins directory to the x64Dbg\x32\plugins directory.

Copy the files under the x64\plugins directory to the x64Dbg\x64\plugins directory.


解压拷贝入路径:


C:\Program Files (x86)\x64dbg\release\x64\plugins


重启软件,ok


相关文章
|
6月前
|
JavaScript 前端开发 iOS开发
电脑浏览器原来这样用才能发挥到极致 ——那些好用的插件(Windows Macos 通用)2
电脑浏览器原来这样用才能发挥到极致 ——那些好用的插件(Windows Macos 通用)
75 0
|
6月前
|
Web App开发 iOS开发 开发者
电脑浏览器原来这样用才能发挥到极致 ——那些好用的插件(Windows Macos 通用)1
电脑浏览器原来这样用才能发挥到极致 ——那些好用的插件(Windows Macos 通用)
45 0
|
3月前
|
编解码 数据挖掘 异构计算
Windows平台实现超高分辨率或帧率硬编码
Windows平台实现超高分辨率或帧率硬编码
|
3月前
|
C# 数据安全/隐私保护 开发者
Windows平台RTMP推送|轻量级RTSP服务录像模块如何支持中文路径?
Windows平台RTMP推送|轻量级RTSP服务录像模块如何支持中文路径?
|
3月前
|
C++ Windows
CMake中的find_package(xxx REQUIRED)在windows平台怎么解
CMake中的find_package(xxx REQUIRED)在windows平台怎么解
|
4月前
|
Linux Shell 开发工具
Git 安装和配置教程:Windows - Mac - Linux 三平台详细图文教程,带你一次性搞 Git 环境
Git是一款免费、开源的分布式版本控制系统,广泛应用于软件开发领域。随着开源和云计算的发展,Git已经成为了开发者必备的工具之一。本文将为大家介绍Git在Windows、Mac和Linux三个平台上的安装和配置方法,带你一次性搞定Git环境
1592 0
|
6月前
|
存储 JavaScript Unix
[笔记]c++Windows平台代码规范(下)
[笔记]c++Windows平台代码规范(下)
111 0
|
6月前
|
安全 Linux C++
[笔记]c++Windows平台代码规范(上)
[笔记]c++Windows平台代码规范
117 0
|
6月前
|
Windows
[UE虚幻引擎] DTCopyFile 插件说明 - 使用蓝图拷贝复制文件 (Windows)
本插件可以在虚幻引擎中使用蓝图对系统的其他文件进行拷贝复制操作。
37 0
|
7月前
|
编解码 监控 图形学
Windows平台Unity下播放RTSP或RTMP如何开启硬解码?
我们在做Windows平台Unity播放RTMP或RTSP的时候,遇到这样的问题,比如展会、安防监控等场景下,需要同时播放多路RTMP或RTSP流,这样对设备性能,提出来更高的要求。