All Projects → Nukem9 → Swissarmyknife

Nukem9 / Swissarmyknife

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

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Swissarmyknife

Idaskins
Advanced skinning plugin for IDA Pro
Stars: ✭ 832 (+465.99%)
Mutual labels:  ida
Ponce
IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
Stars: ✭ 1,066 (+625.17%)
Mutual labels:  ida
Reversing List
Reversing list
Stars: ✭ 106 (-27.89%)
Mutual labels:  ida
Keypatch
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
Stars: ✭ 939 (+538.78%)
Mutual labels:  ida
Etwbreaker
An IDA plugin to deal with Event Tracing for Windows (ETW)
Stars: ✭ 39 (-73.47%)
Mutual labels:  ida
Androidattacher
IDA debugging plugin for android armv7 so
Stars: ✭ 87 (-40.82%)
Mutual labels:  ida
Powerful Plugins
Powerful plugins and add-ons for hackers
Stars: ✭ 621 (+322.45%)
Mutual labels:  ida
Jarvis
"Just Another ReVersIng Suite" or whatever other bullshit you can think of
Stars: ✭ 137 (-6.8%)
Mutual labels:  ida
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+608.84%)
Mutual labels:  ida
Applysig
Apply IDA FLIRT signatures for Ghidra
Stars: ✭ 106 (-27.89%)
Mutual labels:  ida
Hexrayspytools
IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
Stars: ✭ 873 (+493.88%)
Mutual labels:  ida
Ida Cmake
IDA plugin CMake build-script
Stars: ✭ 30 (-79.59%)
Mutual labels:  ida
Ida For Delphi
IDA Python Script to Get All function names from Event Constructor (VCL)
Stars: ✭ 92 (-37.41%)
Mutual labels:  ida
Sliding puzzle
Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
Stars: ✭ 25 (-82.99%)
Mutual labels:  ida
Ida nightfall
A dark color theme for IDA Pro
Stars: ✭ 129 (-12.24%)
Mutual labels:  ida
Idagolanghelper
Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary
Stars: ✭ 638 (+334.01%)
Mutual labels:  ida
Defcon 2017 Tools
DEFCON CTF 2017 Stuff of Shit by HITCON
Stars: ✭ 86 (-41.5%)
Mutual labels:  ida
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (-4.08%)
Mutual labels:  ida
Amie
A Minimalist Instruction Extender for the ARM architecture and IDA Pro
Stars: ✭ 136 (-7.48%)
Mutual labels:  ida
Flare Ida
IDA Pro utilities from FLARE team
Stars: ✭ 1,374 (+834.69%)
Mutual labels:  ida

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].