1 Attachment(s)
Working draft of a new extension- Process object
A few days ago, I heard that you can't modify the memory of an external application from within MMF- then I had the idea to make an extension to run a process underneath MMF with functions to edit the memory, call functions from it and all that sort of thing. Well, here is my little draft of an extension (MMF 1.5- I haven't converted it yet). It isn't even an alpha yet, I'm just testing the idea. Please tell me what you think.
Functions not yet implemented but in the menu
Get process name
Read hex
Read float
Poke float
Working draft of a new extension- Process object
A few days ago, I heard that you can't modify the memory of an external application from within MMF- then I had the idea to make an extension to run a process underneath MMF with functions to edit the memory, call functions from it and all that sort of thing. Well, here is my little draft of an extension (MMF 1.5- I haven't converted it yet). It isn't even an alpha yet, I'm just testing the idea. Please tell me what you think.
Functions not yet implemented but in the menu
Get process name
Read hex
Read float
Poke float
Re: Working draft of a new extension- Process object
Just out of interest, in what way would you use the extension?
Jason
Re: Working draft of a new extension- Process object
Just out of interest, in what way would you use the extension?
Jason
Re: Working draft of a new extension- Process obje
I suppose if someone wanted to make a game trainer or similar- or perhaps for making a user interface for a command line program.
Re: Working draft of a new extension- Process obje
I suppose if someone wanted to make a game trainer or similar- or perhaps for making a user interface for a command line program.
Re: Working draft of a new extension- Process obje
I don't know why, but for me the "Get byte" function returns a number above 256 and string doesn't seem to work. Poke byte seems to work fine, tho.
Re: Working draft of a new extension- Process obje
I don't know why, but for me the "Get byte" function returns a number above 256 and string doesn't seem to work. Poke byte seems to work fine, tho.
Re: Working draft of a new extension- Process obje
Hmm, odd, I'll look into it.
Re: Working draft of a new extension- Process obje
Hmm, odd, I'll look into it.