• Stars
    star
    262
  • Rank 156,136 (Top 4 %)
  • Language
    C
  • Created about 9 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

x64dbg utility for linker map files, diff files, PEiD/IDA signatures, and code signature generation.

SwissArmyKnife

Various utilities for extending functionality in x64dbg.

IDA Imports


  • Allows loading and exporting of binary patches (*.dif)
  • Allows loading of signature files (*.sig) up to IDA version 6.1

Linker MAP Symbols


  • Allows for loading linker map files (*.map) produced by many compilers. Some information is located here. At the moment, exporting such files is not possible with the plugin API.

PEiD


  • Parses and loads PEiD signature databases.

Code Signatures


Four different signature styles are supported:

  1. Code style \x33\xC0\x33\xF6\x48\x89\x44\x24\x42\x89\x44\x24\x4A\x66\x89\x44\x24\x4E\x00\x00\x00\x00\x00\x00\x00\x48\x8B\xF9\xC7\x44\x00\x00\x00\x00\x00\x00\x48\x89\x44\x24\x60\x48 xxxxxxxxxxxxxxxxxx???????xxxxx??????xxxxxxxxxxx??????x????xxxxxxxxxxx??????xxxxxxxx
  2. IDA Style 33 C0 33 F6 48 89 44 24 42 89 44 24 4A 66 89 44 24 4E ? ? ? ? ? ? ? 48 8B F9 C7 44 ? ? ? ? ? ? 48 89 44 24 60 48
  3. PEiD Style 33 C0 33 F6 48 89 44 24 42 89 44 24 4A 66 89 44 24 4E ?? ?? ?? ?? ?? ?? ?? 48 8B F9 C7 44 ?? ?? ?? ?? ?? ?? 48 89 44 24 60 48

Cipher Detection


Findcrypt v2 with AES-NI
  • Support for finding AES-NI instructions.
  • Support for finding constants from: Blowfish, Camellia, CAST, CAST256, CRC32, DES, GOST, HAVAL, MARS, MD2, MD5, PKCS_MD2, PKCS_MD5, PKCS_RIPEMD160, PKCS_SHA256, PKCS_SHA384, PKCS_SHA512, PKCS_Tiger, RawDES, RC2, Rijndael, SAFER, SHA256, SHA512, SHARK, SKIPJACK, Square/SHARK, Square, Tiger,Twofish, WAKE, Whirlpool, zlib, SHA-1, RC5_RC6, MD5, MD4, HAVAL
AES-Finder
  • Searches for 128, 192 and 256-bit AES cipher keys

More Repositories

1

dlssg-to-fsr3

Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg).
C++
3,909
star
2

skyrimse-test

Reverse engineering TES: Skyrim Special Edition.
C++
126
star
3

LinkerMod

Enhancements for Black Ops' modtools
C++
113
star
4

VirtualDbgHide

Windows kernel mode driver to prevent detection of debuggers.
C
96
star
5

detours

Detours lib that I use
C
80
star
6

HZDCoreEditor

.NET tools and resources for editing Decima game engine files.
C#
60
star
7

VirtualDbg

Test code only. Not reliable for actual use.
C++
60
star
8

SigMake

Replaced by https://github.com/Nukem9/SwissArmyKnife. A plugin for simple code signature generation in x64dbg
C
41
star
9

QuickDllProxy

A header-only DLL proxy stub generation library built with C++20.
C++
26
star
10

Dxbc2Dxil

DEPRECATED. DXBC to DXIL (HLSL Bytecode to LLVM IR) using internal APIs.
C++
23
star
11

FaceFXWrapper

Utility to generate LIP files for TES/Fallout games
C++
20
star
12

fallout4-test

Fallout 4 Creation Kit fixes.
C++
17
star
13

Haxm

*DEPRECATED* Intel's Hardware Accelerated Execution Manager (ripped) SDK
C
15
star
14

VMWareClient

Reverse engineered vmware workstation code to aid in kernel debugging.
C++
14
star
15

fallout4-gc-bug-fix

C++
10
star
16

starfield-shader-injector

C++
10
star
17

BindFltAPI

Undocumented BindFlt user mode API.
C++
7
star
18

AddressLibTool

A tool for updating Skyrim offsets.
C#
7
star
19

godofwar-gameplay-tweaks

God of War (2018) Gameplay Tweaks & Lua Injector.
C++
6
star
20

wic-massgate-server

*DEPRECATED* World in Conflict backend server emulator.
C
5
star
21

DynScript

C++
5
star
22

skyrimse-backported-esl-support

C++
5
star
23

bethnet_cli

Crude C# API/command line interface for Bethesda's json API.
C#
4
star
24

td2-debugging-util

The Division 2 debugging-related code.
C++
4
star
25

WIC-Keygen

C
3
star
26

LegacyPlugin

C
3
star
27

fallout4-backported-archive2-support

C++
3
star
28

Dune

Fork of http://dune.scs.stanford.edu/dune.git
C
2
star
29

USPS4_CSharp

C# wrapper for the USPS4 encoder
C#
2
star
30

d3d12-root-signature-dumper

Simple utility to convert binary D3D12 root signatures to text.
C++
2
star
31

tracy-skyrim64-custom

C++
1
star
32

wic-client

World in Conflict client emulator files.
C++
1
star