Thread Closed 
 
Thread Rating:
  • 14 Votes - 4.07 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP iOS Port
03-03-2013, 03:31 AM
Post: #196
RE: PPSSPP iOS Port
but there are some possibilities?
Find all posts by this user
03-03-2013, 06:39 AM
Post: #197
RE: PPSSPP iOS Port
(03-03-2013 02:29 AM)rock88 Wrote:  brujo55,
Recently i jailbreak my iphone. But have not yet had time to try to run as root.

I also found this solution about run app with root access. It is somewhat different from those already proposed. But I can not check it out until the day after tomorrow..
Sounds fairly easy,will try to do it today
Find all posts by this user
03-03-2013, 08:12 AM
Post: #198
RE: PPSSPP iOS Port
(03-03-2013 03:18 AM)[Unknown] Wrote:  This looked very promising:

sysctl -w security.mac.proc_enforce=0

But it turns out not to work on iOS 4.3 or higher.

-[Unknown]

Yeah I know about that one. That's why I mentioned before that I don't know any JIT emulators that work 4.3+.
Sucks Sad
Find all posts by this user
03-03-2013, 01:40 PM
Post: #199
RE: PPSSPP iOS Port
(03-03-2013 06:39 AM)the avenger Wrote:  
(03-03-2013 02:29 AM)rock88 Wrote:  brujo55,
Recently i jailbreak my iphone. But have not yet had time to try to run as root.

I also found this solution about run app with root access. It is somewhat different from those already proposed. But I can not check it out until the day after tomorrow..
Sounds fairly easy,will try to do it today
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
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
Find all posts by this user
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:  
(03-03-2013 02:29 AM)rock88 Wrote:  brujo55,
Recently i jailbreak my iphone. But have not yet had time to try to run as root.

I also found this solution about run app with root access. It is somewhat different from those already proposed. But I can not check it out until the day after tomorrow..
Sounds fairly easy,will try to do it today
Just tried it out, didn't work.
App still gets killed.

EDIT: DUUUH!! U DUMBASS V6ser!!!
Find all posts by this user
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.
Find all posts by this user
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:  
(03-03-2013 06:39 AM)the avenger Wrote:  
(03-03-2013 02:29 AM)rock88 Wrote:  brujo55,
Recently i jailbreak my iphone. But have not yet had time to try to run as root.

I also found this solution about run app with root access. It is somewhat different from those already proposed. But I can not check it out until the day after tomorrow..
Sounds fairly easy,will try to do it today
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
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
Isn't there a libgcc by Saurik?
I'm sure i saw it sometime ago.
Find all posts by this user
03-03-2013, 02:07 PM
Post: #203
RE: PPSSPP iOS Port
(03-03-2013 01:47 PM)Henrik Wrote:  (replying to the avenger)
Yes, that looks promising. Try that.
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
Find all posts by this user
03-03-2013, 03:03 PM
Post: #204
RE: PPSSPP iOS Port
today armjit is updated in others plataforms.
Find all posts by this user
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:  
(03-03-2013 01:47 PM)Henrik Wrote:  (replying to the avenger)
Yes, that looks promising. Try that.
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
The code is functionally identical. I'm using the same function for clearing cache that the only JIT app on iOS uses Wink All 3 variants you see are actually the same thing.
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.
Find all posts by this user
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:  
(03-03-2013 02:07 PM)the avenger Wrote:  
(03-03-2013 01:47 PM)Henrik Wrote:  (replying to the avenger)
Yes, that looks promising. Try that.
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
The code is functionally identical. I'm using the same function for clearing cache that the only JIT app on iOS uses Wink All 3 variants you see are actually the same thing.
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.
it wouldn't hurt trying the exact same code would it,anyway is your device jailbroken
EDIT:also is there anything other than xcode i can use for debugging?
Find all posts by this user
03-03-2013, 03:28 PM
Post: #207
RE: PPSSPP iOS Port
(03-03-2013 03:10 PM)the avenger Wrote:  
(03-03-2013 03:06 PM)xsacha Wrote:  
(03-03-2013 02:07 PM)the avenger Wrote:  
(03-03-2013 01:47 PM)Henrik Wrote:  (replying to the avenger)
Yes, that looks promising. Try that.
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
The code is functionally identical. I'm using the same function for clearing cache that the only JIT app on iOS uses Wink All 3 variants you see are actually the same thing.
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.
it wouldn't hurt trying the exact same code would it,anyway is your device jailbroken
EDIT:also is there anything other than xcode i can use for debugging?
You can always debug with another IDE(s).
Find all posts by this user
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
Find all posts by this user
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.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
The only way to know if something changed or not is getting it to work hahahaha Big Grin
Find all posts by this user
03-03-2013, 06:55 PM
Post: #210
RE: PPSSPP iOS Port
You guys are getting closer. Keep it up!
Find all posts by this user
Thread Closed 


Forum Jump: