Re: package file request
It's good to hear about new things, don't worry, Maratis is starting evolving by itself, and there is a lot of better programmer than me
Even if there are better programmers out there, you're the owner and architect. It's your vision.
I've been having a look around and I'm not sure than vm_write is available on the iOS SDK. Which is just great. People suggest that ptrace might work. If I had a Mac here I'd prod around in the iOS SDK and see what's available, but people are using the work Macs... From what I can see though, you should be able to modify the memory within your own application, as long as it doesn't do anything else to violate the developer agreement, should be allowed. I'll try and remember an apple ID so I can read through the developer agreement later.
EDIT: I had a look and it doesn't seem to allow it. Technically there might be some way to hack it to unlock the memory and write it manually, but that seems like an insanely stupid idea. That sucks. Hmmm. Technically you _could_ just not link in -lc and compile something like uclibc into Maratis without file I/O stuff, but that seems a lot like overkill. Plus I'm not sure if that would be allowed either.
Last edited by Nistur (2012-01-09 18:11:33)