PPSSPP iOS Port
|
03-03-2013, 03:31 AM
Post: #196
|
|||
|
|||
RE: PPSSPP iOS Port
but there are some possibilities?
|
|||
03-03-2013, 06:39 AM
Post: #197
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 02:29 AM)rock88 Wrote: brujo55,Sounds fairly easy,will try to do it today |
|||
03-03-2013, 08:12 AM
Post: #198
|
|||
|
|||
RE: PPSSPP iOS Port | |||
03-03-2013, 01:40 PM
Post: #199
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 06:39 AM)the avenger Wrote:no luck using using this method either,after reading what's in this i am starting to think it has something to do with clearing the cache,maybe the method that's currently used is incorrect(03-03-2013 02:29 AM)rock88 Wrote: brujo55,Sounds fairly easy,will try to do it today http://bugs.exim.org/show_bug.cgi?id=1243 the thing they proposed in here was using the following piece of code to flush the cache http://svn.telesphoreo.org/trunk/data/pc...cache.diff |
|||
03-03-2013, 01:46 PM
(This post was last modified: 03-03-2013 01:59 PM by V6ser.)
Post: #200
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 06:39 AM)the avenger Wrote:Just tried it out, didn't work.(03-03-2013 02:29 AM)rock88 Wrote: brujo55,Sounds fairly easy,will try to do it today App still gets killed. EDIT: DUUUH!! U DUMBASS V6ser!!! |
|||
03-03-2013, 01:47 PM
(This post was last modified: 03-03-2013 01:47 PM by Henrik.)
Post: #201
|
|||
|
|||
RE: PPSSPP iOS Port
(replying to the avenger)
Yes, that looks promising. Try that. |
|||
03-03-2013, 01:58 PM
(This post was last modified: 03-03-2013 01:58 PM by V6ser.)
Post: #202
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 01:40 PM)the avenger Wrote:Isn't there a libgcc by Saurik?(03-03-2013 06:39 AM)the avenger Wrote:no luck using using this method either,after reading what's in this i am starting to think it has something to do with clearing the cache,maybe the method that's currently used is incorrect(03-03-2013 02:29 AM)rock88 Wrote: brujo55,Sounds fairly easy,will try to do it today I'm sure i saw it sometime ago. |
|||
03-03-2013, 02:07 PM
Post: #203
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 01:47 PM)Henrik Wrote: (replying to the avenger)if you are reffering to the code i posted then i have no idea how to use it since i have next to no programming skills at all,i am merely good at command lining and understand the jailbroken ios file structure |
|||
03-03-2013, 03:03 PM
Post: #204
|
|||
|
|||
RE: PPSSPP iOS Port
today armjit is updated in others plataforms.
|
|||
03-03-2013, 03:06 PM
(This post was last modified: 03-03-2013 03:09 PM by xsacha.)
Post: #205
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 02:07 PM)the avenger Wrote:The code is functionally identical. I'm using the same function for clearing cache that the only JIT app on iOS uses All 3 variants you see are actually the same thing.(03-03-2013 01:47 PM)Henrik Wrote: (replying to the avenger)if you are reffering to the code i posted then i have no idea how to use it since i have next to no programming skills at all,i am merely good at command lining and understand the jailbroken ios file structure You can read the first comment in the link you sent. It's not crashing from this. It's crashing from being unable to execute the memory. PROT_EXEC is the issue. |
|||
03-03-2013, 03:10 PM
(This post was last modified: 03-03-2013 03:12 PM by the avenger.)
Post: #206
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 03:06 PM)xsacha Wrote:it wouldn't hurt trying the exact same code would it,anyway is your device jailbroken(03-03-2013 02:07 PM)the avenger Wrote:The code is functionally identical. I'm using the same function for clearing cache that the only JIT app on iOS uses All 3 variants you see are actually the same thing.(03-03-2013 01:47 PM)Henrik Wrote: (replying to the avenger)if you are reffering to the code i posted then i have no idea how to use it since i have next to no programming skills at all,i am merely good at command lining and understand the jailbroken ios file structure EDIT:also is there anything other than xcode i can use for debugging? |
|||
03-03-2013, 03:28 PM
Post: #207
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 03:10 PM)the avenger Wrote:You can always debug with another IDE(s).(03-03-2013 03:06 PM)xsacha Wrote:it wouldn't hurt trying the exact same code would it,anyway is your device jailbroken(03-03-2013 02:07 PM)the avenger Wrote:The code is functionally identical. I'm using the same function for clearing cache that the only JIT app on iOS uses All 3 variants you see are actually the same thing.(03-03-2013 01:47 PM)Henrik Wrote: (replying to the avenger)if you are reffering to the code i posted then i have no idea how to use it since i have next to no programming skills at all,i am merely good at command lining and understand the jailbroken ios file structure |
|||
03-03-2013, 06:03 PM
Post: #208
|
|||
|
|||
RE: PPSSPP iOS Port
http://developer.apple.com/library/mac/#...ate.3.html
according to this,if you want to prepare the memory for execution you need to use the sys_icache_invalidate() function,maybe if you try this while the app is out of the sandbox(ie has root acess) things will work? the problem is that you can't debug with the app being outside the sandbox which gives a huge disadvantage as to not knowing if it changed anything or not |
|||
03-03-2013, 06:08 PM
(This post was last modified: 03-03-2013 06:09 PM by V6ser.)
Post: #209
|
|||
|
|||
RE: PPSSPP iOS Port
(03-03-2013 06:03 PM)the avenger Wrote: http://developer.apple.com/library/mac/#...ate.3.htmlThe only way to know if something changed or not is getting it to work hahahaha |
|||
03-03-2013, 06:55 PM
Post: #210
|
|||
|
|||
RE: PPSSPP iOS Port
You guys are getting closer. Keep it up!
|
|||
« Next Oldest | Next Newest »
|