x64
Here are 333 public repositories matching this topic...
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
-
Updated
May 30, 2022 - Assembly
oneAPI Deep Neural Network Library (oneDNN)
-
Updated
Jun 2, 2022 - C++
Describe the bug
In Linux when the engine loads, it detects that there is EFX capabilities but then states that EAX 2 is out of the question.
Expected behavior
shoudln't EAX usage be replaced by EFX usage? and if so maybe this should be indicated when the sound is loaded, isn't it?
BugTrap error report
SOUND: OpenAL: enumerate devices...
SOUND: OpenAL: EnumerationExtensi
It's currently always using mov rAX,[moffs] but if it fits in an i32, it's shorter to use mov rAX,[m] with a modrm byte.
The generated mov() methods would need to be updated. This is what the generated C# code looks like:
if (dst.Value == Register.RAX && Bitness == 64 && src.IsDisplacementOnly) {
code = Code.Mov_RAX_moffs64;An extra check would need to be adde
Powerful Disassembler Library For x86/AMD64
-
Updated
May 21, 2022 - C
hvpp is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system
-
Updated
Mar 15, 2021 - C++
ReClassEx
-
Updated
Jul 5, 2021 - C++
Game engine behind Sea Dogs, Pirates of the Caribbean and Age of Pirates games.
-
Updated
May 27, 2022 - C++
Cronos is Windows 10/11 x64 ring 0 rootkit. Cronos is able to hide processes, protect and elevate them with token manipulation.
-
Updated
Mar 29, 2022 - C++
A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5.
-
Updated
Feb 7, 2021 - Dockerfile
Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.
-
Updated
Mar 25, 2022 - C
Inline syscalls made easy for windows on clang
-
Updated
Dec 29, 2020 - C++
UnSHc - How to decrypt SHc *.sh.x encrypted file ?
-
Updated
Oct 15, 2020 - Shell
Fast integer compression in C using the StreamVByte codec
-
Updated
Aug 29, 2021 - C
Exploit Development, Reverse Engineering & Cryptography
-
Updated
Aug 27, 2020 - Python
X86 Opcode and Instruction Reference: http://ref.x86asm.net
-
Updated
Sep 28, 2021
Debug Child Process Tool (auto attach)
-
Updated
Dec 29, 2021 - C
Assembly Tutorial for DOS
-
Updated
Feb 7, 2019 - C
X-Ray Engine 1.5 expansion. Original version was used in S.T.A.L.K.E.R.: Clear Sky.
-
Updated
Sep 1, 2021 - C++
Improve this page
Add a description, image, and links to the x64 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the x64 topic, visit your repo's landing page and select "manage topics."


Feature type
Quality of life
Describe the feature
I would like to be able to use relative paths in the launcher settings file to point to
x32dbg.exeandx64dbg.exerespectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.