hvpp
x64dbg
Our great sponsors
hvpp | x64dbg | |
---|---|---|
1 | 21 | |
790 | 38,504 | |
- | 0.5% | |
0.7 | 8.5 | |
about 1 year ago | 6 days ago | |
C++ | C++ | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hvpp
x64dbg
-
Don't make fun plz this took 5mins
It's also useful to know for reverse engineering. Similar to how you can hit F12 in your browser and start poking around a sites JavaScript, you can attach a debugger like x64dbg to a native running process and make changes to the program while it's running
-
Decompiling MPRESS packed Autohotkey scripts!
Requirements: MPRESS packed Autohotkey executable, Detect it easy (Also known as DIE), x64dbg, and HxD!
-
ps2dis
The most well known and maintained x86 disassembler/debugger is https://x64dbg.com.
- x64dbg - An open source X64/32 debugger for Windows
- An open source X64/32 debugger for windows
-
How to make an autoclicker
If you want to either go full injectable dll or just external exe with injected shellcode to make the Minecraft game itself call the auto attack function, then you're going to want to familiarize with programs such as Cheat Engine, ollydbg or x64dbg, and either IDA Pro or Ghidra. These are the tools that you can use to actually hack and reverse-engineer programs. Injecting code will require learning how to use either the memory library(via including memory.h or memory.dll) or standard C#/C++ libraries to call functions such as ReadProcessMemory() and WriteProcessMemory() to read and write data to and from the Minecraft process so that you can make the game call it's own functions or change data values, etc.
-
As promised: a guide on how to run your own Infini-D 4.5 render farm
From what I recall at least in x64dbg it's JMP somelabel, so you just swap somelabel with something else, then export a new executable.
-
What's some github repo to take a look at to get a grasp of real-world C++?
Perhaps you’re interested in my brain child: https://github.com/x64dbg/x64dbg it’s a mess code-wise, but it’s definitely used in the real world 🤷♂️
-
How to increase the font size of x64dbg?
If not in Wiki then it is not baked in
-
Scripting with .exes - Can it be done with any and how to figure out syntax?
It looks like Matt is using x64dbg.
What are some alternatives?
ghidra - Ghidra is a software reverse engineering (SRE) framework
ImHex - 🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
Disassembler
pycdc - C++ python bytecode disassembler and decompiler
Win11SysCheck - Windows 11 compability check with user friendly output
Scylla - Imports Reconstructor
dnSpy
juicy-potato - A sugared version of RottenPotatoNG, with a bit of juice, i.e. another Local Privilege Escalation tool, from a Windows Service Accounts to NT AUTHORITY\SYSTEM.
ddisasm - A fast and accurate disassembler
x86-bare-metal-examples - Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QEMU 2.10中的Ubuntu 17.10主机和真实硬件上进行了测试。 Userland作弊网址:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM裸机安装程序位于:https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal- 设置 21世纪新政宣言(2020年4月5曰笫四次修改稿)(2020年6月19曰第七次修改,以下“【】”内文字为非正文内容的说明)20世纪苏联的消亡和东欧的大变革,使这21世纪初的现中国大陆成为世界关注的最主要焦点和影响新世纪文明发展的关键。特别是大陆这些年对外意识形态渗透,震撼整个世界。美中贸易战实际已打响人类意识形态领域最后的冷战,海峡两岸关系恶化,香港不断的百万人游行,南海邻国关系紧张。大陆经济急速下滑衰退,内外矛盾激化高端深感前所未有的生存危机。包括中共上下在内的几乎所有人都很清楚,大陆已到非政治体制改革而不可的时候了,大变革将是民意世潮下的必然结局。中国大陆内外即全球正合力促成这人口第一大国的大变革,这也为中国开创新政提供了一次最佳机会。综合各政体和各国现实,绝大多数国家改革选择了西方民主政体,但其固有的越来越明显的缺陷已成为有人攻击、拒绝或怀疑的理由。这也是近年来西方国家出现了宽容那必将灭亡的独裁专制政府的左翼当选,是不少选民失去信心的表现和原因。不仅如此,西方现民主制的
reko - Reko is a binary decompiler.
file-explorer - Terminal file explorer - Written in C++