Jump to content
Tuts 4 You

Tools & Utilities

Numerous RCE related tools and utilities...

54 files

  1. Liquid Crack Generator 2

    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,550 downloads

    2 comments

    Submitted

  2. PE-Info

    This application provide information about PE File.
    If you have time, please report any kind of mistake in this application.

    Regards

    1,001 downloads

    0 comments

    Updated

  3. Offset Converter

    Converting Offset to RVA and VA.

    1,140 downloads

    1 comment

    Updated

  4. VA to RVA converter

    Simple utilty to help unpackes calculate the RVA of a adress.
    The default imagebase is 400000h

    809 downloads

    0 comments

    Submitted

  5. PE Location Calculator

    This is a simple utility to convert between ImageBase, VA, RVA & File offset

    1,163 downloads

    2 comments

    Submitted

  6. PEFile.rar

    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.

    529 downloads

    0 comments

    Submitted

  7. hookit.zip

    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.

    606 downloads

    0 comments

    Submitted

  8. mRelease Builder

    Powerful, Small and Easy tool for creation yours releases with flexible
    support of a NFO and DIZ templates and packing them in a archive.

    979 downloads

    0 comments

    Submitted

  9. REPT File Compare

    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,004 downloads

    1 comment

    Updated

  10. dirtyJOE

    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,055 downloads

    0 comments

    Updated

  11. Modules To Pas Converter.zip 517.23 KB

    convert your extended module files to *.pas
    thx to : BeRo & http://un4seen.com

    602 downloads

    0 comments

    Submitted

  12. SerialCounter_plugin_AT4RE

    --------------
    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

    840 downloads

    0 comments

    Submitted

  13. Mpress GUI

    MPRESS [Matcode comPRESSor] GUI

    GUI for fine packer Mpress.



    1,808 downloads

    0 comments

    Updated

  14. HexDec

    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,173 downloads

    0 comments

    Updated

  15. [SCT]Reversers' Calculator

    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,666 downloads

    0 comments

    Submitted

  16. Dec-Hex-Char

    Conversion in any way.

    Version 0.3 available in support topic

    1,299 downloads

    0 comments

    Updated

  17. Delphi Tool Version 2.00

    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,735 downloads

    0 comments

    Updated

  18. API Function Fetcher

    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,115 downloads

    0 comments

    Submitted

  19. TrayNote 1.2

    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,050 downloads

    0 comments

    Updated

  20. asm2op

    This is a really simple tool
    actually i code it only for me
    and this app is wriiten in FREEbasic

    1,271 downloads

    0 comments

    Submitted

  21. ProcessMaster

    A simple process viewer written in MASM and EasyCode

    1,088 downloads

    0 comments

    Submitted

  22. FastOldskoolCracktroMaker

    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,890 downloads

    0 comments

    Submitted

  23. iNF0 Master 1.5.1

    It is a nfo drawing application. What to say, try it!

    5,662 downloads

    1 comment

    Submitted

  24. Mouse Key Swapper

    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

    645 downloads

    0 comments

    Submitted

  25. Real & Virtual Addresses (R.V.A)

    1- Gives some info about programs PE and sections !!
    2- Converts Virtual to Real and Real to Virtual Offset !!

    3,357 downloads

    0 comments

    Submitted


×
×
  • Create New...