Explore >> Select a destination


You are here

blog.timac.org
| | codecolor.ist
7.3 parsecs away

Travel
| | I am writing about a dead simple and reliable sandbox escape exploit which only have one line of code. Yeah I am sure it's an exploit, not just PoC. It has nothing to do with iOS.
| | entangledlogs.com
8.6 parsecs away

Travel
| | Generic Programming: Generating part of programs Introduction Generic Programming: Programming with generic parameters to avoid unnecessary code duplication and encourage code reuse. Polymorphism is also another technique to solve code reuse Puts implicit constraints on the generic types that are to be fulfilled by concrete types. template T adder(T LHS, T RHS) { return LHS + RHS; } struct Foo { inv Val = 0; } Foo f = adder(Foo{}, Foo{}): In this code snippet, we assume that Foo meets the requirement tha...
| | theevilbit.github.io
5.6 parsecs away

Travel
| | TL;DR It works, but very limited due to heavy sandboxing, you can only read and copy files to your sandbox folder or consume some CPU power. If you have a way to escape sandbox then go for it, or could be used as part of a multi-part malware. Intro I'm reading Jonathan Levin's *OS Internals Vol I. book (user mode - *OS Internals: - Welcome!), and I got to the chapter where he talks about Spotlight importers, and my first thought was that it would be an awesome way to persist on macOS.
| | osxdaily.com
30.3 parsecs away

Travel
| iOS 17.7.1 & iPadOS 17.7.1 Available for iPhone & iPad