yellows8 / 3ds_browserhax_common

ROP-chain-generator for Nintendo 3DS titles with some form of web-browser.
75 stars 19 forks source link

spider doesn't work on 8.0.0-18U #13

Closed eonghk closed 8 years ago

eonghk commented 8 years ago

old 3ds, browser version v1.7567 It seems the payload is executed. The screen turns yellow and then grey, but then stuck there.

yellows8 commented 8 years ago

Why can't you read the browserhax site page?

eonghk commented 8 years ago

Thanks for your reply. The *hax payload only works on 9.0 above, I just want to know the reason. It should be same arm11 no matter old or system, right? It uses tricks old systems doesn't support?

yellows8 commented 8 years ago

The *hax payloads only support >=v9.0, it's not really browserhax-specific.

eonghk commented 8 years ago

Could you explain more about the reason why the "shellcode"(payload) doesn't work on system below 9.0? It uses some tricks that doesn't supported in <9.0 os?

yellows8 commented 8 years ago

Just update your system to >=v9.0.

There's some ROP-gadgets and other things used by *hax payload which don't exist on <v9.0.

eonghk commented 8 years ago

Thank you for explanation.