|
You are here |
codecolor.ist | ||
| | | | |
theevilbit.github.io
|
|
| | | | | 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. | |
| | | | |
haim.dev
|
|
| | | | | A guide to making a MacOS application written in Python notarized for Catalina. | |
| | | | |
reverse.put.as
|
|
| | | | | El Capitan is finally released and System Integrity Protection aka SIP aka rootless is finally a reality we must face. Let me briefly describe SIP (technical details maybe in another post, now that El Capitan is final and out of NDAs). This post by Rich Trouton contains a very good description of its userland implementation and configuration. What is SIP anyway? The description that I like to use is that SIP is a giant system-wide sandbox, that controls access to what Apple considers critical files and f... | |
| | | | |
textslashplain.com
|
|
| | | Last time, we looked at how to troubleshoot browsercrashes. However, not all browser problems result in the tab or browser crashing entirely. In some cases, the problem is that some part of the browser UI doesn't render correctly. This most commonly occurs with parts of the UI that are written in HTML and JavaScript. In... | ||