Just discovered your videos. You are a blessing from god. Thank you for sharing all this!
@anasshaikh5778 Жыл бұрын
This went above my head.
@drygordspellweaver876110 ай бұрын
I'm loving the channel so far, thank you! Could you clarify more on this debugging combo method you talked about at the end? "ios Debugger combo: attach frida to inject fuzzing payload set breakpoint in target. Attach debug server Use IDA to decompile, press f5 and see your code, set breakpoint on something that looks like c code while still having advantage of being able to inject something with frida." So is this basically like a free workaround to have a dynamic way of interacting with IDA without paying for the pro/debugger setup? Would IDA free static analysis also be able to provide C-like code or is that only available with Pro version + IOkit?
@jiskac5 ай бұрын
Hey :) No, you still need the IDA Pro debugger! It just means that you can use both in parallel, like, attach with both Frida + IDA. But of course attaching with IDA only works if you have the pro version with a debugger.
@drygordspellweaver87615 ай бұрын
@@jiskac Thanks for the clarification! I kinda encountered some bizarre "hidden bits" in my objective C reversing project that I couldn't decompile even with hopper/IDA. I then searched for some tool on github to do it but couldn't even build the project XD It seems like a very fascinating field but is so hard to come by many resources or training.
@depressivepumpkin73122 жыл бұрын
this is pure gold, thank you
@kiyotaka313372 жыл бұрын
Hey jiska thanks for the videos, Im new to iOS security research I've been doing my research on ios baseband Im able to extract baseband firmware and RE the baseband but to debug I jailbreaked my iphone now I can't use simcard tried many ways to fix but It won't work or did I do anything wrong, or any other ways to emulate ios baseband firmware ? This would be helpful. I used iphone 7 ios 14.7.1
@0xjust-n0-one2 жыл бұрын
Thanks for doing this! Great stuff!
@josefmostafa512111 ай бұрын
Richtig Gut!
@anasshaikh5778 Жыл бұрын
Can you recommend a book or any other resources which is noob friendly
@jiskac Жыл бұрын
Some basics are covered in James Duffy's "iOS Research & Exploration Volume 1". But many details are missing, so it's probably the best to work through the massive and less beginner-friendly "*OS Internals" books by Jonathan Levin.