Четверг, 28.03.2024
Crack-Tool
[ Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Форум » Разные инструменты » Ссылки на ресурсы » Reverse Engineering Resources [Links] (Ссылки на ресурсы по обратному инжинирингу)
Reverse Engineering Resources [Links]
MetabolicДата: Суббота, 01.10.2016, 13:26 | Сообщение # 1
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Reverse Engineering Tools



[Debuggers]
1. OllyDbg
2. Syser Kernel Debugger
3. Debugging Tools for Windows
4. Immunity Debugger
5. Cracklab Debuggers
6. ReversengineeringWordpress Debugger
7. Memory Hacking Software

[OllyDbg plugins]
1. ReversengineeringWordpress OllyDbg Plugins
2. Tuts4You OllyDbg 1 Plugins
3. OpenRCE Downloads
4. Woodmann RCE Tool Library

[Immunity Dbg Plugins]
1. Tuts4You Immunity Plugins
2. ReversengineeringWordpress Immunity Debugger

[4IDA]
1. Openrce IDA Plugins
2. IDA Disassembler and Debugger
3. Woodmann Hex-Rays & IDA Pro - Resources

[IAT]
1. Tuts4You Universal Import Fixer
2. Tuts4You Import REConstructor 1.7c FINAL
3. Tuts4You CHimpREC: The Cheap Imports Reconstructor

[Disassemblers/Decompilers]
1. IDA Pro
2. Tuts4You c32asm 0.8.8
3. HDasm
4. Cracklab W32Dasm

[Hex editors]
1. WinHex
2. Hiew
3. Hex Workshop Hex Editor
4. 010 Editor
5. FlexHEX

[Packer detectors]
1. PEiD
2. DiE / Detect It Easy
3. Exeinfo for Win32 by A.S.L. / Exeinfo PE
4. ReversengineeringWordpress FastScanner v2.0
5. ReversengineeringWordpress RDG Packer Detector
6. ReversengineeringWordpress Detemida

[VB Decompilers]
1. VB RezQ
2. VB Decompiler
3. VBReFormer
4. RACEVB6(©) (Reverse Action Control Extraction for VB6)

Pro Dev Tools / Other / Other
Tools PediY 看雪学院
Index-Of.Es (FTP)
Dev.Toolkit (FTP)
ReversingFiles TOOLS
Ricardo Narvaja TOOLS
PersianGig JJ2020

GitHub - Reverse Engineering tools
ANTICHAT - Инструментарий крекера-реверсера / .NET реверсинг
Codeby - Подборка ресурсов по Reverse Engineering
HackMag - Software for cracking software. Selecting tools for reverse engineering
Yeah Hub - Best 19 Tools Used For Reverse Engineering – 2018 Update
DEV Community - Top 10 Reverse Engineering Tools
Medium - Reverse engineering tools for .NET applications
Awesome Open Source - The Top 446 Reverse Engineering Open Source Projects
 
MetabolicДата: Воскресенье, 19.07.2020, 14:09 | Сообщение # 2
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
IDA

IDA is an advanced programmable, interactive, multi-processor disassembler for Windows, Linux or Mac OS X that combined with a local and remote debugger and augmented by a complete plugin programming environment. IDA interactivity allows you to improve disassemblies in real time. IDA explores binary programs, for which source code isn't always available, to create maps of their execution.


Ghidra

Ghidra is a software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate. Windows, Mac OS, and Linux.

Capabilities include disassembly, assembly, decompilation, graphing, and scripting, along with hundreds of other features. Ghidra supports a wide variety of process instruction sets and executable formats and can be run in both user-interactive and automated modes. Users may also develop their own Ghidra plug-in components and/or scripts using Java or Python.


Radare2

Radare2 is an open source tool to disassemble, debug, analyze and manipulate binary files.

It actually supports many architectures (x86{16,32,64}, Dalvik, avr, ARM, java, PowerPC, Sparc, MIPS) and several binary formats (pe{32,64}, [fat]mach0{32,64}, ELF{32,64}, dex and Java classes), apart from support for filesystem images and many more features.

It runs on the command line, but it has a graphical interface called Cutter that has support for some of its features already.


Binary Ninja

Binary Ninja is a reverse engineering platform. It focuses on a clean and easy to use interface with a powerful multithreaded analysis built on a custom IL to quickly adapt to a variety of architectures, platforms, and compilers. Runs on macOS, Windows, and Linux.


Hopper

Hopper is a reverse engineering tool for macOS and Linux, that lets you disassemble, decompile and debug (OS X only) your 32/64bits Intel Mac, Windows and iOS (ARM) executables.


OllyDbg

OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. OllyDbg is a shareware, but you can download and use it for free.


x64dbg

An open-source x64/x32 debugger for windows.


ImmunityDbg

Immunity Debugger is a branch of OllyDbg v1.10, with built-in support for Python scripting and much more.


PE Explorer's disassembler

The PE Explorer Disassembler is designed to be easy to use compared with other disassemblers. To that end, some of the functionality found in other products has been left out in order to keep the process simple and fast. While as powerful as the more expensive, dedicated disassemblers, PE Explorer focuses on ease of use, clarity and navigation.


Hiew

Hiew is a great disassembler designed for hackers, as the name suggests. It supports three modes - Text, Hexadecimal and Decode (Dis-assembly) mode.


ODA

The Online Disassembler is a free web-based, reverse engineering platform that supports over 60 architectures and object file formats from all the major operating systems, including Windows, Mac OS X, Linux, and mobile platforms.


Relyze

Relyze is a commercial interactive disassembler for x86, x64 and ARM software with loaders for PE or ELF file formats. It supports interactive flat and graph views of the disassembly, generating call and reference graphs, binary diffing two executables, exploring the executable file's structure and a Ruby plugin API. It can also handle things like symbols (PDB's), function local variables, switch statements, exception handlers, static library identification and more.


Medusa

Medusa is an open source disassembler with x86, x64, z80 and partial ARM support. It runs on Windows and Linux. It has interactive flat and graph views.


REDasm

REDasm is an interactive, multiarchitecture disassembler written in modern C++11 using Qt5 as UI Framework. Its core is modular and it can be easily extended in order to support new file formats and instruction sets. You can hack and improve REDasm without any issues and limitations.


Malcat

Malcat - hexadecimal editor and disassembler for malware analysis.

Malcat is a feature-rich hexadecimal editor / disassembler for Windows and Linux targeted to IT-security professionals. Inspect dozens of binary file formats, dissassemble and decompile different CPU architectures, extract embedded files and scan for Yara signatures or anomalies in a fast and easy-to-use graphical interface. Don't like what you get? Malcat is also heavily customizable and scriptable using python.


BugDbg

BugDbg x64 is a user-land debugger designed to debug native 64-bit applications. BugDbg is released as Freeware.


ArkDasm

ArkDasm is a 64-bit interactive disassembler and debugger for Windows. Supported file types: PE64, raw binary files. Supported processor: x64 architecture (Intel x64 and AMD64). ArkDasm is released as Freeware.


Syser Kernel Debugger

Syser Kernel Debugger is designed for Windows NT Family based on X86 platform. It is a kernel debugger with full-graphical interfaces and supports assembly debugging and source code debugging. Softice is left. Syser will continue. Syser Debugger is able to debug Windows applications and Windows drivers. Syser Debugger perfectly combines the functions of IDA Pro, Softice and Ollydbg, which makes operations easier and faster and provides powerful functions. It supports multi-CPU and Intel Hyper-Threaded processors.


PEBrowse Professional

PEBrowse Professional is a static-analysis tool and disassembler for Win32/Win64 executables and Microsoft .NET assemblies.

With the PEBrowse disassembler, one can open and examine any executable without the need to have it loaded as part of an active process with a debugger. Applications, system DLLs, device-drivers and Microsoft .NET assemblies are all candidates for offline analysis using either PEBrowse programs. The information is organized in a convenient treeview index with the major divisions of the PE file displayed as nodes. In most cases selecting nodes will enable context-sensitive multiple view menu options, including binary dump, section detail, disassembly and structure options as well as displaying sub-items, such as optional header directory entries or exported functions, that can be found as part of a PE file unit. Several table displays, hex/ASCII equivalents, window messages and error codes, as well as a calculator and scratchpads are accessible from the main menu (calculator, messages and codes in PEBrowse Professional only).
 
MetabolicДата: Среда, 30.12.2020, 16:11 | Сообщение # 3
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Decompile RE Arşivi [?]

Код
https://decompileus.arsiv.workers.dev/0:/

Kull:@Decompile.us
Şif:decompile


 
MetabolicДата: Суббота, 04.09.2021, 14:55 | Сообщение # 4
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
[Linux executables]

EDB (Evan's Debugger)

edb is a cross platform AArch32/x86/x86-64 debugger. It was inspired by Ollydbg, but aims to function on AArch32, x86, and x86-64 as well as multiple OS's. Linux is the only officially supported platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports are underway with varying degrees of functionality.

Cutter

Cutter is a free and open-source GUI for radare2 reverse engineering framework. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.

Gdbinit

Gdbinit for OS X, iOS and others - x86, x86_64 and ARM

Voltron

Voltron is an extensible debugger UI toolkit written in Python. It aims to improve the user experience of various debuggers (LLDB, GDB, VDB and WinDbg) by enabling the attachment of utility views that can retrieve and display data from the debugger host. By running these views in other TTYs, you can build a customised debugger user interface to suit your needs.

Peda

PEDA - Python Exploit Development Assistance for GDB

Qira / Site

QEMU Interactive Runtime Analyser

GDB: The GNU Project Debugger

GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.

[macOS / iOS / Linux / Android]

A64Dbg

An arm/arm64/x86/x64 assembly level debugger for macOS/iOS/Linux/Android like OllyDbg & X64Dbg.
An arm/arm64 virtualization debugger(uvmdbg) based on UraniumVM for macOS/iOS/Android.
Running desktop platform supports Windows/Linux/macOS.
The debugee platform supports macOS/Linux/iOS/Android.

Debugger Version:
- Windows user: download from A64Dbg-Win;
- Linux user: download from A64Dbg-Linux;
- ARM Linux user: download from A64Dbg-LinuxARM;
- Intel macOS user: download from A64Dbg-Mac;
- ARM macOS user: download from A64Dbg-iOS;

[Online Disassembler]

Online Assembler and Disassembler

Online Assembler and Disassembler. Online wrappers around the Keystone and Capstone projects. ARM ARM (thumb) AArch64 Mips (32) Mips (64) PowerPC (32) PowerPC (64) Sparc x86 (16) x86 (32) x86 (64) Little Endian Big Endian. Addresses Bytescodes Instructions.

Online Assembler and Disassembler

Online Assembler and Disassembler supporting multiple architectures. Assemble and disassemble x86/64, ARM, MIPS, PowerPC and Sparc.

Decompiler.com

Online decompiler for Java, Android, Python and C#.

Online x86 / x64 Assembler and Disassembler

This tool takes x86 or x64 assembly instructions and converts them to their binary representation (machine code). It can also go the other way, taking a hexadecimal string of machine code and transforming it into a human-readable representation of the instructions. It uses GCC and objdump behind the scenes.

You can use this tool to learn how x86 instructions are encoded or to help with shellcode development.

CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.
~ https://gchq.github.io/CyberChef/?recipe=Disassemble_x86()
~ https://gchq.github.io/CyberCh....e,true)

Online Disassembler

ODA is an online disassembler for a wide range of machine architectures, including: Alpha, ARM, AVR, Intel x86, Motorola 68000, MIPS, PDP-11, PowerPC, SPARC, Z80, and more! Upload a Windows PE file, ELF, or raw binary and then view the disassembly and object file meta date such as symbols and sections.

ODA, Open Source Reversing in the Cloud

Post by Michael on Twitter / Same

[Online Compiler]

Compiler Explorer

Compiler Explorer is an interactive online compiler which shows the assembly output of compiled C++, Rust, Go (and many more) code.

OnlineGDB / Online C Compiler / Online C++ Compiler

Online GDB is online compiler and debugger for C/C++. You can compile, run and debug code with gdb online. Using gcc/g++ as compiler and gdb as debugger.

Codepad

codepad is an online compiler/interpreter, and a simple collaboration tool. Paste your code below, and codepad will run it and give you a short URL you can use to share it in chat or email.

C++ Shell / Mirror

online C++ compiler

Programiz

Online C++ compiler to run C++ program online

Wandbox

Wandbox is online compiler

JDoodle

Online Compiler And Editor
76+ Languages with Multiple Versions and 2 DBs
Is a free Online Compiler, Editor, IDE for Java, C, C++, PHP, Perl, Python, Ruby.

[Online Hex editor]

Hex-Works (Online Hex editor tool)

Hex editor for EEPROM dump editing. Main purpose of this application is editing and analyzing small binary files, mostly eeprom dumps.

HexEd (Browser-based Online and Offline Hex Editing)

HexEd.it, the powerful online hex editor running in your web browser using HTML5/JavaScript technology. Analyse and edit binary files everywhere.

Mobilefish (Online hex editor)

Online hex editor. Hex editors are often used in program development. This free online hex editor allows you to edit, view, modify and analyze binary files.

HexLasso / HexLasso Online (Online hex editor)

HexLasso Online is a binary data analysis utility, running in a web browser, that allows the user to interactively explore the file and spotting varying redundancies in it.

Other links:

- How to highlight and color gdb output during interactive debugging?
 
MetabolicДата: Суббота, 20.11.2021, 14:35 | Сообщение # 5
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Reverse Engineering resources
A curated list of awesome reversing resources
https://github.com/wtsxDev/reverse-engineering

Reverse Engineering Resource Collection. 3500+ open source tools, 2300+ blog posts.
This page only contains limited tools and posts.
https://github.com/alphaSe....l_en.md


Take a look into the depths of Windows kernels and reveal more than 60000 undocumented structures.
This project provides a collection of Microsoft Windows kernel structures, unions and enumerations. Most of them are not officially documented and cannot be found in Windows Driver Kit (WDK) headers. The target audience of this site is driver developers and kernel researches.
http://s.ntoskr.com/
 
MetabolicДата: Четверг, 31.03.2022, 13:43 | Сообщение # 6
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Reverse engineering sites:


Localization of programs:


Miscellaneous materials:
 
MetabolicДата: Вторник, 14.06.2022, 15:57 | Сообщение # 7
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Websites with some teams:


Reverse engineering team:


Search serial numbers, keygens, crack:


Поиск серийников, кейгенов, кряков...


Web scene public:
 
MetabolicДата: Пятница, 01.07.2022, 15:03 | Сообщение # 8
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Hacking & security teams:


Software & reverse teams:
 
MetabolicДата: Понедельник, 15.08.2022, 15:36 | Сообщение # 9
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Various:


Webtools:


Reversing:
 
MetabolicДата: Суббота, 27.08.2022, 15:21 | Сообщение # 10
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Archive:


Security:


Courses:


Fraud:


Virus Scan:
 
MetabolicДата: Среда, 31.08.2022, 17:29 | Сообщение # 11
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Various:


Reversing:


RE Tools:


Localization:


RE Courses:
 
MetabolicДата: Пятница, 01.09.2023, 14:01 | Сообщение # 12
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Reversing:


Tutorials:


Keygenning:
 
MetabolicДата: Суббота, 09.09.2023, 14:49 | Сообщение # 13
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Reversing:


Disassembler:


Anti-Debugging:
 
MetabolicДата: Суббота, 23.09.2023, 15:00 | Сообщение # 14
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
Reversing:


RE Tools:


DLL Injector:


ReClass:
 
MetabolicДата: Четверг, 05.10.2023, 15:11 | Сообщение # 15
Администратор
Группа: Администраторы
Сообщений: 296
Репутация: 999
Статус: Оффлайн
Страна:
E-Books:


Python:


Android:


Game Tools:


Reversing:
 
Форум » Разные инструменты » Ссылки на ресурсы » Reverse Engineering Resources [Links] (Ссылки на ресурсы по обратному инжинирингу)
  • Страница 1 из 1
  • 1
Поиск:

Copyright Moevot © 2024 All Rights Reserved
Создать бесплатный сайт с uCoz