360haven works best with JavaScript enabled
Algorithm Tool
Loading
Register
Results 1 to 8 of 45

Thread: Algorithm Tool

Threaded View

  1. #1
    DEADBEEF

    JizzaBeez is offline
    Join Date : Nov 2010
    Posts : 777
    Array

    Algorithm Tool

    Algorithm Tool
    version: 2.2.0.0
    created by: JizzaBeez


    How to use:

    1) open a file (drag n drop, or open from menu).
    2) there are 2 ways to use this tool:

    1) Calculator
    a) enter the [start] position/offset.
    b) enter the [length], or check [select all].
    c) click [calculate].

    2) Brute Force
    a) select the [type] from the ListView.
    b) enter the [start] position/offset.
    c) enter the known [value] (must be in HEX format).
    d) check [retry?] if you want the [start] to advance +1 when it reaches the end of data and then start the search again.
    e) select the [direction]. "forward" will increase bytes read from beginning to end and "reverse" will decrease bytes read from end to beginning.
    f) click [start] to start searching. if needed, click [stop] to stop searching.
    - the tool will search the data with the [type] beginning at the [start] until it reaches the end of the data or if the [length] is found. if the calculated data's sum/hash matches the [value] then it will message with the details of the calculation, if not then it will message "length not found".


    Information:

    [type]
    - the known checksum/hash algorithm type. if unknown then select all to cycle through all available.

    [value]
    - the known checksum/hash value (must be in HEX format).

    [start]
    - the starting position/offset in the data to start calculating from.

    [length]
    - the length of data to calculate using the given algorithm type.

    [retry?]
    - when the scan reaches the end of the data it will advance the [start] +1 then restart the calculation (loop) until the end of the file.

    [select all]
    - selects the entire file to be calculated.

    [direction]
    - the direction in which to scan the file. "forward" will increase bytes read from beginning to end and "reverse" will decrease bytes read from end to beginning.

    Direction Example:
    [X] = Bytes Read.

    Forward:
    scan1 : [X]
    scan2 : [X][X]
    scan3 : [X][X][X]

    Reverse:
    scan1 : [X][X][X]
    scan2 : [X][X]
    scan3 : [X]


    Requirements:

    1) .net framework 3.5, or greater.
    2) windows xp, or greater (not tested on os below xp).
    3) 32bit os. may work on 64bit os.
    *) Plugins.dll. This DLL is needed to run and should be included.


    Updates:

    1) 2.0.0.0
    - completely recoded.
    - new ui design/layout.

    2) 2.1.0.0
    - Required: "Plugins.dll" is a Plugin that holds the algorithms to use. "Plugins.dll" can be updated as needed.

    Example of Plugins.dll:


    The program uses System.Reflection to get the Classes and Methods from the DLL file, so as long as the DLL is built like below then the program can use it...

    Namespace Algorithms

    Public Class Checksum32

    Public Function Compute(ByVal Bytes As Byte()) As Byte()
    Dim Value As UInteger = 0
    For Each b As Byte In Bytes
    Value = CUInt((Value + b) And &HFFFFFFFF)
    Next
    Dim OutBytes As Byte() = BitConverter.GetBytes(CUInt(Value))
    Array.Reverse(OutBytes)
    Return OutBytes
    End Function

    End Class

    End Namespace



    3) 2.2.0.0
    - new design/ui (again)
    - optimized code so it should scan faster now.
    - included the "direction" feature for brute force.


    Screenshots:






    DOWNLOAD
    Attached Files Attached Files
    Last edited by JizzaBeez; 07-20-2012 at 12:42 AM.


  2. The Following 37 Users Say Thank You to JizzaBeez For This Useful Post:

    + Show/Hide list of the thanked


 

 

Similar Threads

  1. d3 decrypt tool help...
    By overxkill in forum Help & Support
    Replies: 1
    Last Post: 01-08-2014, 01:29 PM
  2. [Release] GTA V Tool
    By Jappi88 in forum Xbox 360 Modding Programs
    Replies: 50
    Last Post: 10-02-2013, 07:55 PM
  3. GTA V Tool?
    By Neoteam1 in forum Xbox 360 Modding Discussion
    Replies: 15
    Last Post: 09-21-2013, 10:50 PM
  4. Xbox Tool TDU 2 Gamesave edit problem(xbox tool)
    By smorris in forum Xbox 360 Modding Discussion
    Replies: 0
    Last Post: 07-03-2012, 06:29 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯