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...
| | melatonin.dev
7.8 parsecs away

Travel
| | macOS code signing is something plugin devs tend to put off or avoid. It's fairly straightforward, but there's some details to pay attention to.
| | tla.systems
14.4 parsecs away

Travel
| Update, 01:36am - this bug was just fixed in iTunes Connect, and PCalc has been submitted correctly. Thanks Apple! Original post: I'm currently trying to submit an update to PCalc for i...