| Projects on Google Code | Results 1 - 10 of 13 |
This project is an open repository for all reverse engineering related code snippets, scripts, plugins and applets.
See http://openrce.org
==Organization==
The repository root ({{{trunk/}}}) should have a folder for each type of item (e.g. {{{idapython/}}}).
Each script/plugin/applet shoul...
ida,
reversing,
idc,
idapython,
immunitydebugger,
debugger,
script,
python,
reverseengineering,
ollydbg,
plugin,
pynary
Opensource is targeting more and more users with the advance of distros such as Ubuntu. It means supporting more hardware, whose drivers are not always available. Sometimes, drivers are published only under binary forms. They may miss features, may contain security holes. To avoid those problems, de...
=Цель=
Библиотека предназначена для использования в системном программном обеспечении, направленного на работу с исполнимыми файлами операционных систем MS Windows и Linux.
==Задачи==
* Предоставить нижний уровень абстракции, концепцию потоков для работы с файлами, сетью, памятью и др.
*...
This is a fork of decompyle-2.3.2
The current goal is to make it work with bytecode produced by Python 2.5
OllyPython is an OllyDbg plugin that integrates the Python programming language, allowing scripts to run in OllyDbg.
The scope of this project is to improve situational awareness about malicious cryptographic code, cryptographic-viral binary protection methods, compression, detection, heuristics, emulation and evasion.
Contact: komodopgmp@gmail.com |
[http://komodopgmp.googlecode.com/files/komodopgmp.asc pgp]...
Programming,
Development,
Antivirus,
Reversing,
Malware,
Protection,
Packing,
Compression,
Encryption,
Cryptography,
Cryptovirology,
C,
Crypto,
Security,
CryptoPP
*Simple Assembly Explor (SAE)* is a *FREE* .Net assembly tool which include:
* Assembler
* Disassembler
* Deobfuscator
* IL editor
* Profiler
* Plugins support
* and more ...
Visit [http://sites.google.com/site/simpledotnet Simple.Net] for more information.
[http://sites.g...
.Net,
CSharp,
Assembler,
Disassembler,
Deobfuscator,
Profiler,
Profiling,
Plugin,
Reversing,
Simple,
Assembly,
Explorer,
IL,
Editor
A plugin for automating OllyDbg using Lua. This is my attempt to write a successor to OllyScript.
--
SHaG
VCTaxo is a plugin for IDA Pro, the interactive disassembler. It is designed to indentify use of classes with virtual method tables in Visual C++ binaries.
VCTaxo attempts to reconstruct the original C++ class hierarchy using RTTI data if available, or a best guess based on virtual method organis...
=gbsed=
_gbsed_ lets you search and replace binary data in binary files by
using hex values in text strings as search patterns. You can also use
wildcard matches with _??_, which will match any wide byte.
=libgbsed=
_gbsed_ includes the _libgbsed_ library. which should be an easy way
to ...