Advertisement

Results for "Author: chris vega"

7_2009-2012 #226212
Brute Force Word Generation Algorithm (The real approach)

This application sez what it does, i made it in Win32 Assembly back in 1998 for use in Game Crackings; and been using the same algo for years until i seen a lot of submissions in PSC about Brute-Forcing word generations, but those authors doesn't know what is a real fast Brute-Force Algo is? a friend of mine and i converted the Win32 Assembly Algo to Visual Basic (inspite of its limitations) and this was the result; hope you enjoy it and you find its usage? anyway, please leave vote or comment!

7_2009-2012 #226213
Base Address Locator for DLL Modules and its API Functions

Dynamic Link Library are located on certain space within your windows system; locating where they are always included on advanced programmers tasklist; This includes the Virtual Space of every exported API-Functions. Now, you might ask me whats the use of it, well in C++ and Win32 Assembly, we are able to call the API-Functions directly without *Importing* it to the Executable, making our code Smaller and Faster (Direct Calling) In which I am trying to achieve here using Visual Basic; If somehow you know how to directly Call/Access API-Functions using Memory Address, please drop me an email; thanks.

Languages
Top Categories
Global Discovery