Well, I'm sorta new with Cocoa but I know my way around. (somewhat)
I am wanting to write a Memory Editor (well eventually) for OS X. I cannot find any articles or what not about how I would go about reading and writing directly to the RAM. (also searching it but that counts in the "reading" part too)
Can some one direct me in the right direction with this? An article on accessing RAM using Cocoa?
Just to give you a better idea. If you've ever heard of Club.Live and LiveMacro. I basicly want to make a Mac OS X version of LiveMacro. (Like I said; eventually as I'm still learning)
Description of what I'm looking to do:
Scan the memory for a certain number. Then scan the narrowed down amount of numbers for a new certain number(repeat until there is only one left) then change that number (which is a percentage) to 100.
Also, somthing I'm going to have to tackle later. macros. It would be nice if you also had any links to articles about writing Keyboard/Mouse macros under Cocoa/Obj-C.
I have searched Google and Developer.Apple and I have found nothing. (not sure if I'm using the correct terms and such)
I did find a great articl on writting a memory scanner. Although, it was for Windows and written in C#.
Thanks!
I am wanting to write a Memory Editor (well eventually) for OS X. I cannot find any articles or what not about how I would go about reading and writing directly to the RAM. (also searching it but that counts in the "reading" part too)
Can some one direct me in the right direction with this? An article on accessing RAM using Cocoa?
Just to give you a better idea. If you've ever heard of Club.Live and LiveMacro. I basicly want to make a Mac OS X version of LiveMacro. (Like I said; eventually as I'm still learning)
Description of what I'm looking to do:
Scan the memory for a certain number. Then scan the narrowed down amount of numbers for a new certain number(repeat until there is only one left) then change that number (which is a percentage) to 100.
Also, somthing I'm going to have to tackle later. macros. It would be nice if you also had any links to articles about writing Keyboard/Mouse macros under Cocoa/Obj-C.
I have searched Google and Developer.Apple and I have found nothing. (not sure if I'm using the correct terms and such)
I did find a great articl on writting a memory scanner. Although, it was for Windows and written in C#.
Thanks!