Ive readed several times about edit the exe or hack the exe. Ive searched around google and stuff founded some tools but cant provide me what im looking for .
What im looking for is this, a tool that shows what the dekaron.exe is exact loading and linked to what files or .dll file. To .dll file i also want to know what to they do in our bin folder or other one. Ive got PE explorer it does not give me what i want. If u guys can tell me what tools youre using to view dekaron.exe and what it loading i would appreciate it.
This **** is heavy ,hex binarys and all was looking for something easier but i guess i gots to follow tuturials on their site.
Like is their something wich is more GUI and non hex binary . if i open dekaron.exe it show exactly what file its loading and what .dll its linked to.
Ive tried btw OllDbg forgot to mention it in my main post,thanks to zombe.
EDIT: Hehe awsome its exactly what i looked for i wanted to know what dekar.exe files are loading wich .dll ,check my attachment for image
Yeah, this is advanced stuff, ASM is the most difficult language I know, because it doesn't have functions or procedures, it just has calls and jumps to other places of the code, and there are "functions" (Also in ASM code) in the library files in windows/system32, so you have to load the libraries and know the exact offset of each function in the library, and know what that function does, what data type it uses, what data type it returns, whether it affects otherdata you are not intending to change, etc, and the functions inside the lib files actuallyhave calls to even other functions, and because of millions of calls and jumps, I find ASM the hardest language I know.
Yeah, this is advanced stuff, ASM is the most difficult language I know, because it doesn't have functions or procedures, it just has calls and jumps to other places of the code, and there are "functions" (Also in ASM code) in the library files in windows/system32, so you have to load the libraries and know the exact offset of each function in the library, and know what that function does, what data type it uses, what data type it returns, whether it affects otherdata you are not intending to change, etc, and the functions inside the lib files actuallyhave calls to even other functions, and because of millions of calls and jumps, I find ASM the hardest language I know.
Well if you're calling any API functions you don't need to know the offset of the function you want to call. If you know masm you just use invoke then the functions name and then the parameters. Even in Olly you don't have to use the offset, you can just push the parameters to the stack, then call function name.
OllyDbg example:
Code:
push 0
call ExitProcess
As for having to know what the function does, what data types it uses, what data types it returns. Well you would have to know that anyways in any language.
ehm? i bet alot of so called ''GM''s dont even know what editing exes is,and yes i only get to know this program now just like you when u started smartass. GM means nothing.
ehm? i bet alot of so called ''GM''s dont even know what editing exes is,and yes i only get to know this program now just like you when u started smartass. GM means nothing.
then pls dun call your [GM]. but maybe for you [GM] REFERRING to GrabegeMan. it sound more fil you. hahaha
A Gamemaster, Game Master or Game Manager (often abbreviated as GM) is a player in a multiplayer game who acts as organizer, arbitrator, and officiant in rules situations. They are most common in co-operative games where the other players work together and are less common in competitive games where the other players battle one another.
Today, gamemaster is usually associated with role-playing games. In a role-playing game the 'Gamemaster's purpose is to weave the other participants' player-character stories together, control the non-player aspects of the game, and create environments in which the players can interact. The basic roles of Gamemasters - rules help, moderation, and storytelling - are the same in almost all role-playing games, although differing rulesets make the specific duties of the GM unique to that system.
Duties
The gamemaster prepares the game session for the players and the characters they play (known as player characters or PCs). The GM describes the events and decides on the outcomes of players' decisions. The gamemaster also keeps track of non-player characters (NPCs) and random encounters, as well as of the general state of the game world. The game session (or "adventure") can be metaphorically described as a play, in which the players are the lead actors, and the GM provides the stage, the scenery, the basic plot on which the improvisational script is built, as well as all the bit parts and supporting characters. Gamemasters can also be in charge of RPG board games making the events and setting challenges.
[DEV]
Quote:
A software developer is a person or organization concerned with facets of the software development process. They can be involved in aspects wider than design and coding, a somewhat broader scope of computer programming or a specialty of project managing including some aspects of software product management. This person may contribute to the overview of the project on the application level rather than component level or individual programming tasks. Software developers are often still guided by lead programmers but also encompasses the class of freelance software developers.
{ Request } c3 files viewer 03/18/2014 - Conquer Online 2 - 9 Replies hi all pvp members....... i need .c3 files viewer for Adobe photshop cs8:rolleyes:
say the link of it
(Request)MAP VIEWER 04/08/2010 - CO2 Private Server - 5 Replies hi all
please anyone have this program past here
http://img12.imageshack.us/img12/8498/parade.png
and thanks for anyone help me
[REQUEST] New EXE editor 01/08/2010 - Grand Chase Hacks, Bots, Cheats & Exploits - 13 Replies Now first we need main.exe editor..
Try do disable GameGuard and try to do some bypass on it..
Most effective is GameGuard.. once its bypassed all hacks is allowed then..
:D
You guys can try to use this program <I dont know its working or not> this is what i search from google..
PE Explorer provides a UI for exploring and editing the contents of EXE, DLL, ActiveX controls, and other 32-bit executable file formats. PE Explorer comes with a visual resource editor, PE header viewer,...
[Release] ActionWalker - cq_action helper (doesn't work as an editor - only viewer!) 11/10/2009 - EO PServer Guides & Releases - 10 Replies Hi guys.
I coded this half year ago, but I didn't find any more free time to develop it more.
it's helper tool that might help you understand how cq_action works, however it's not fully done and only few action types are implemented.
I will give source code to anyone who is interested in it and wants to make it usable for editing/adding/deleting/whatever of the cq_action.
usage: just fill up the fields on the top of the window with mysql user/pass/host-name.
hex editor request 09/08/2005 - Conquer Online 2 - 8 Replies like the topic said, i want to compare more than 2 files in a hex editor... ive been using hex workshop but it only does 2 at a time which can be a pain :P