Pinned Repositories
AES-Encryption-Python
Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.
crauEmu
crauEmu is an uEmu extension for developing and analyzing payloads for code-reuse attacks
DriverBuddyReloaded
Driver Buddy Reloaded is an IDA Pro Python plugin that helps automate some tedious Windows Kernel Drivers reverse engineering tasks
HexRaysPyTools
IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
ida-embed-arch-disasm
Allows IDA PRO to disassemble x86-64 code (WOW64) in 32-bit database
ida-plugins
An interactive list of plugins for hex-rays' IDA Pro
IDA-Pro-segments
It's very hard to load multiple files in the IDA GUI without it exploding. This makes it easy.
idaplugins-list
A list of IDA Plugins
Retrospective_Analysis
Retrospective Analysis
uEmu
Tiny cute emulator plugin for IDA based on unicorn.
maskelihileci's Repositories
maskelihileci/AES-Encryption-Python
Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.
maskelihileci/crauEmu
crauEmu is an uEmu extension for developing and analyzing payloads for code-reuse attacks
maskelihileci/DriverBuddyReloaded
Driver Buddy Reloaded is an IDA Pro Python plugin that helps automate some tedious Windows Kernel Drivers reverse engineering tasks
maskelihileci/HexRaysPyTools
IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
maskelihileci/ida-embed-arch-disasm
Allows IDA PRO to disassemble x86-64 code (WOW64) in 32-bit database
maskelihileci/IDA-Pro-segments
It's very hard to load multiple files in the IDA GUI without it exploding. This makes it easy.
maskelihileci/uEmu
Tiny cute emulator plugin for IDA based on unicorn.