-
Posts
256 -
Joined
-
Last visited
Everything posted by Anonymonk
-
yep.. thats it.. i can now try... but it seems really hard to begin to learn instruction in that assassin creed unity i made a try and everyone became immortal, and all attribute to max.... big mess seems like i will have to spend time to learn all that... if someone feel to tell me what to edit ... i welcome everyone, hihihi
-
i guess i could have choose something easier for my first start ^^, but thats that one i want to hack... so i have a problem, when i dissassemble the binary as arm7 in ida (arm proc), he show a different hex view... as just to open the binary as raw... i tried to open the binary with several Hex editors, they never match with the hex values from ida i was thinking to edit the binary inside my iphone with a hexeditor and test it straight away... binary of assassin creed unity, thinned and alsr removed HEX value from binary HEX value from dissassembled binary in IDA the watchpoint is health going down in 32b float lldb watchpoint IDA view-A when i convert arm to hex or hex to arm... nothing is matching with the value i find when i open the binary in a hex editor.. why is that so, a protection? all the tuto i have red or watched dont have that issue... thanks
-
Yep, as pointed Ted2 when i put the thinned bin in assassin creed and debugg from that one, it was all right but still the journey seems to be long
-
thanks but the video is not available @ZahirSher
-
TuT Using IDA to Hack iPhone Games - HBK PDF Tutorial
Anonymonk replied to NitroxicDemon's topic in Tutorials
need to fill paypal or credit card to download that.... nice ... someone could make a dropbox, mediafire, or whatever download link? thanks -
/delete
-
oh sh!t, thats true, i just reinstall the game because i had some loggin problem and i forgot to paste the thinned bin... hahaha, i feel ashamed ^^ thank you
-
yes, thinned and removed i will try again later to see if i get the same offset, and to type "dis"
-
hi again, so i finally have a debugger working, i got my first offset for assassin creed unity, that the health offset. the problem i have is when i open the binary in ida, the last offset is 0271EB2C... i also looked at 0x00488670.. but it doesnt match. what have i done wrong? there is not much tuto with lldb, its mainly gdb on iosgods thank you edit: ida show that
-
ok, i success to find an offset using my iphone 6s ios9.3... but my ipad air 2 ios8.4 doesnt want to work, i can reach segmentation fault 11 ... tryed in safemode but i should have done a reboot before as it was not working. lldb is quite picky.... doesnt want to attach process when i use the name but agree with pid
-
@DiDA any idea why i get invalid thread ? thanks edit: because i didnt interrupt the process before to set a watchpoint...
-
nobody have an idea about how to fix that issue?
-
i was doin ssh over wifi in mac.. as i couldnt find an easy way to make a usb tunnel... but i just tried in windows with ifunbox tunnel .. and i got the same result.. i start to desperate to be abble to find offset in assassin creed unity... because i even tried to set gdb on my iphone running 9.3 and i got the same osabi #$$%## story than with my ipad
-
i'm not... but thats what i remember.. i didnt had a mac at that time so... all i find about that is ipadian... as you cannot use simulator if its not your app.
-
hi there, i think i remeber @shmoo telling that he's running ios game straight on his mac to debug and hack.... but i dont find any way to do that... does it was a dream? thankss
-
i know its old thread, but this one work for me on ios8.4 if @castix still need one. https://www.dropbox.com/s/a3g4k3lvqj87nzm/debugserver?dl=1 @DiDA i think it would be good to put an ios 8.4 compatible debugserver inside the main lldb tutorial... so people which follow it dont have to search why it doesnt work...
-
so... now, im stuck at the next step, when i run in lldb, process connect connect://172.20.10.6:1234 it just hang there forever.. i have tried with a wrong ip and it does return error.. maybe thats just because i ssh over wifi
-
just got the first step working with another tuto tuto source is here https://hirschmann.io/remote-ios-debugging/
-
well.. my gdb also doesn work but i didnt tried through ssh yet got the osaki error...
-
hi everyone, im trying to debug with lldb, but i cannot attach debugserver to any proccess, error: failed to attach to process 669: unable to start the exception thread Exiting. i tried with osx 10.11, windows 10 and i always ends with the same error. i had to pick up the debuserver inside xcode for ios8.4 because the debugserver provided by DiDa was giving the error: failed to attach to process named: "" (os/kern) invalid task i also tried different process with same result its set to 6755... any idea?
-
hi all, i have an error when attaching any proccess under ios, or continuing... warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info and nobody posted a solution to that in previous posts mentionning that problem.. except "oh, yeah it s little buggy, use lldb instead..." i already run gdb on my ipad air 2 but i format everything since... so it should work i tried the 3 version available of gdb 1518, 1708 ,1821, hard reset, reboot... itoolcleaner in between tried on two different binaray thinned and aslr removed... and even tried on my iphone 6 ios9.3 it alway end the same way... after continuing, the command line answer continuing and hang there,or display tones of osabi error, and my attached binary freeze, crash or just continue... but no watchpoint what can i do next? i start to desparate to find offset for assassin creed identity... thank you edit: gdb 1821, assassin creed unity (freeze- hardreboot) gdb 1821 HEXEditor binary (doesnt crash but nothing happend.. no watchpoint)
-
Help/Support Any Flex2 like program under windows?
Anonymonk replied to Anonymonk's topic in Help & Support
yes its what I'm doing, I run ida... but it take time to learn how everything work, and I'm much more use to flex.. I try to modify a windows program to my convenience, several stupid things which might have been done easily with flex -
hi everyone, I'm looking for something similar to flex2 - 3 under windows. I think that the best place to ask, where people know what flex is. thank you for your help