Tools & Utilities
Numerous RCE related tools and utilities...
55 files
-
REPT KeyGen Maker
By LordCoder
REPT KeyGen Maker is an utility to make keygens easily without having a programming knowledges.
Please report any bug/improve to make it better
This is currently done in .NET so will need .NET Framework 3.5 or higher.
Thanks for download it!
5,576 downloads
Updated
-
Liquid Crack Generator 2
By missinginbytes
My very old generic crack generator. Supports skins, music and text scroller by your choice.
- What does "generic" means?
- It does not only patch concrete offsets but it's trying to find the same segments into the target app so it might be newer version of the app but the same parts of the code might exist so it cracks them.
It's very old, I'm uploading it just to share it but if you feel it useful feel free to use it.
1,584 downloads
Submitted
-
PE-Info
By E33
This application provide information about PE File.
If you have time, please report any kind of mistake in this application.
Regards
1,018 downloads
0 comments
Updated
-
Updated
-
VA to RVA converter
By GIV
Simple utilty to help unpackes calculate the RVA of a adress.
The default imagebase is 400000h
830 downloads
0 comments
Submitted
-
PE Location Calculator
By NOP
This is a simple utility to convert between ImageBase, VA, RVA & File offset
1,183 downloads
Submitted
-
PEFile.rar
By darklich
Hi all,
i created a command line pe header dump tool with gives you all kind of information about the PE file.
Support both 32 and 64 bit PE files.
Main tool site link: http://pefile.net
Tool features:
File Name.
MD5 Hash.
SHA1 Hash.
NT Offset.
File Entropy.
Sections MD5.
Sections Entropy.
Overlay Count.
File-Overlay.
File Attributes.
Time Stamp.
File Version Info.
Header Information.
Characteristics information.
Dll Characteristics.
Data directory sections.
Image ConfigInformation.
Imported DLL List.
Imported functions from the DLL.
Stream (ADS) Information.
Resource Information.
Support Screen (stdout), Text and HTML output.
Have Fun.
543 downloads
0 comments
Submitted
-
hookit.zip
By ZeDuS
http://code.google.com/p/hookit/
A tool that automates C++ class wrappers, global function hooking, and dll proxy generation.
I coded the C++ class wrapper and global function hooking code generation.
Both GUI (Nedim Sabic ) and dll proxy generation code (Michael Chourdakis) aren't mine.
Click on the help button after running hookit.exe more details.
I use this tool a lot, so i thought it's time to share it =)
Enjoy.
624 downloads
0 comments
Submitted
-
mRelease Builder
By DonDD
Powerful, Small and Easy tool for creation yours releases with flexible
support of a NFO and DIZ templates and packing them in a archive.
996 downloads
0 comments
Submitted
-
REPT File Compare
By Levis
REPT File Compare 0.94c
Created by Levis/Team REPT
REPT File compare is small tool that help you compare between 2 files
and make a list of different byte(s) with its offset. You also can export
data to file with type of some general programming languages. There are four types
of languages I added:
1.Assembly
2.Delphi
3.C/C++
4.C#
and you can export data to text file, if you want
Compare speed is very high, with less CPU and RAM used.
For any suggestions, or complain, or questions... please send me: levintaeyeon[at]live[dot]com
or contact via our board at: Http://www.team-rept.com
Thanks for using!
2,030 downloads
Updated
-
dirtyJOE
By ReWolf
dirtyJOE - Java Overall Editor is a complex editor and viewer for compiled java binaries (.class files).
dirtyJOE is free for non-commercial use.
dirtyJOE is entirely written in C++.
dirtyJOE is using Python library as a script engine.
Main features:
Viewer for: constant pool, methods, fields, attributes
Editor for: constant pool, bytecode, file header, attributes
Python scripting for encrypted strings
Current version: v1.5 (c359)
Project homepage
2,087 downloads
0 comments
Updated
-
Modules To Pas Converter.zip 517.23 KB
By X-88
convert your extended module files to *.pas
thx to : BeRo & http://un4seen.com
610 downloads
0 comments
Submitted
-
SerialCounter_plugin_AT4RE
By DarkCode
--------------
Serial Counter Plugin for OllyDBG
-------------
[1]Use it to generate Random Char & Numbers.
[2]With Random Chars automatically generate [MD4, MD5,SHA-1,SHA-256,SHA-384,SHA-512, Tiger, RipeMD 128, - RipeMD 160,Haval 256 .Hashs or Base 64 encode]. New
[3]It can Generate upper Case Letters or Letters & Numbers or Numbers only.
[4]It Can Reverse Random Chars.
[5]It Can Convert Hash To Upper Case.
[6] Some Functions - New
858 downloads
0 comments
Submitted
-
0 comments
Updated
-
HexDec
By DonDD
Converter Hex-Dec-Bin-Chr and calculator (Xor,Or,And,Mod,Div,Mul,Shl,Shr)
0.02 - Added button to clear the input fields.
p.s.
If you have any ideas, bug reports, please PM me - or post on the release thread of the tool.
2,204 downloads
0 comments
Updated
-
[SCT]Reversers' Calculator
By bluedevil
Reversers' Calculator is a full tool that combines all logical and mathematical operations, also can convert hexadecimal numbers to binary, decimal(signed/unsigned),octal and string. This tool is very handy for all reversers.
1,688 downloads
0 comments
Submitted
-
0 comments
Updated
-
Delphi Tool Version 2.00
By Raptor.
At last, it's here! xD
Sorry about the delay, but I had other stuff going on...so yeh. It's here now. Hope it was worth the wait!
Delphi Tool
Version 2.00
Code + GFX by RaptoR of Team iNFECTiON
-
Details:
Description: This tool was originally just a String Splitter for Delphi, but after a few suggestions to expand it, I have. It now comprises of:
Delphi String Splitter
Delphi String Unsplitter
String To Charcode Converter
Charcode to String Converter
Table Extractor
Array Maker
Source Cleaner
ASCII Table Viewer
The string splitter module splits up strings into more managable blocks. It is very handy for cutting long strings into ones that Delphi can handle (as you know, the maximum length of a string in Delphi is 255 characters. This can be annoying when using long strings, when for example working with encryption schemes). It is also handy for simply tidying up long code.
The string unsplitter module does the reverse of the string splitter module, and concatenates strings that have been split with the string splitter (or by other means) into one.
The string to charcode converter will convert an entered string into Delphi's character codes. For example "RaptoR" becomes "#82#97#112#116#111#82".
Charcode to string converter is the opposite of string to charcode. It will convert entered charcodes into strings.
The Table Extractor is for extracting data from files to be used in your Delphi apps, be it chiptunes, patchdata, whatever.
The Array Maker does exactly as it says on the tin, and allows you to create arrays quickly and easily. This module was originally coded as a standalone app by my friend Saduff, but he has allowed me to merge it into the Delphi tool. Greetz!
Source Cleaner ...cleans your source It makes your source easier to read and work throught. Coded by KenTheFurry, who has given code and permission to merge it into Delphi Tool. Thank you too!
The ASCII Table viewer is simply a viewer for a full ASCII table. The table was taken from:
http://users.physik.fu-berlin.de/~goerz/blog/wp-content/uploads/2008/09/ascii.gif
Format/Type: EXE/Tool
Size: 276kb
SHA-1 of Archive: 118D598F90FCCD4CA6F69A7B8972653CD2FF9AFE
Screenshot attatched.
-
If you have any ideas, bug reports, or suggestions for Delphi Tool, please PM me - or post on the release thread of the tool.
- RaptoR
3,758 downloads
0 comments
Updated
-
API Function Fetcher
By LibertyorDeath
This tool simply gets the hardcoded address of windows apis I wrote it for me but thought someone else might use it. It does essentially the same thing as the SnD API tool I wish I had seen that before I wrote this one . Coded in masm full source included modify as you like.
1,133 downloads
0 comments
Submitted
-
TrayNote 1.2
By Raptor.
TrayNote is a simple tray app to make your life easier when you want to take notes. When programming/reversing/anything, I generally have loads of windows open. Obviously when I want to take notes/make a todo list or anything, it's difficult to have another window open, and have to be searching the taskbar for it. This app hides in the system tray, so all you have to do is click the icon, and you have a mini notepad, that can hide again in a moment's notice!
Any other info you'll need is in the Readme
!! Please note that you MUST merge the TrayNote.reg file to your registry before trying to launch TrayNote - otherwise it will fail to start. !!
Coded this in Delphi.
Hope ya'll enjoy it!
====
NEW VERSION 1.20
on 25th of May 2009!
Changelog:
TrayNote Version 1.2
|
|-> Complete 25th May 2009
|-> Fixed bug where the scrollbar would fail to work when the user expanded the window with the >> button
|-> Fixed bug where Ctrl+A wouldn't select all in the textbox
|-> Fixed bug where the popup menu from the system tray icon wouldn't disappear unless an item was selected
|-> Added "Settings" form
|-> Added options to...
|-> Set colours of Form, Titlebar, TextBox
|-> Set fonts of Titlebar, Textbox
|-> Set transparency/opacity of form
|-> Set keyboard shortcut to show TrayNote
|-> TrayNote Automatically saves all of these settings
|-> Added feature allowing TrayNote to move around the screen, and its position is automatically saved
|-> Added feature that TrayNote remembers the file it's working on, and the "Save" button now saves straight to this file
|-> Fixed bug where TrayNote's opacity options would not be reflected until TrayNote was restarted
1,063 downloads
0 comments
Updated
-
asm2op
By Guest
This is a really simple tool
actually i code it only for me
and this app is wriiten in FREEbasic
1,286 downloads
0 comments
Submitted
-
0 comments
Submitted
-
FastOldskoolCracktroMaker
By JHD
hi
here is a first alphaversion of my oldskoolish cracktromaker
the manual is only german, but i hope u can find how to use it
have fun =)
5,913 downloads
0 comments
Submitted
-
Submitted
-
Mouse Key Swapper
By F0X
hey guys
maybe you've read my post about this one
but I thought maybe it's usefull for you guys
I'm a big fan of VB :F so it's coded in that
language ^^
FOX
652 downloads
0 comments
Submitted
-
Download Statistics