sickcodes

Results 384 comments of sickcodes

They emailed me back but never fixed it, hard skip broken site?

Really appreciate you pointing that out @JLLeitschuh, I hadn't looked in a long time! CC: @yesnet0 regarding `public_disclosure` in the JSON array Schema is completely flexible and was last edited...

Bump, same issue: unable to save documents. Useless program without save/export function.

Same issue, will post in the AUR https://github.com/evolus/pencil/issues/661

This repo only works on Linux, otherwise you can follow this https://github.com/alephsecurity/xnu-qemu-arm64/wiki/Build-iOS-on-QEMU. I should make the Mac version tho!

Hey @The-SamminAter, In the command `-v "$PWD:/home/webserver/Downloads/images"` means you are going to pass your current directory into the docker container. This means hfs.main and hfs.sec must be in the directory...

If you run this code, in one block, you won't have trouble. You need 30GB of space to run this: ```bash mkdir -p images cd images wget https://images.sick.codes/hfs.sec.zst wget https://images.sick.codes/hfs.main.zst...

> You should use `./images/hfs.main` and `./images/hfs.sec` as the `WORKDIR` is `/home/arch/docker-eyeos`. The place you run docker command doesn't matter. > > https://github.com/sickcodes/Docker-eyeOS/blob/e5f196ad46f63c3c02b3f61faf0236def199c5b9/Dockerfile#L283 Yeah this is correct, sorry been a...

Code is release upstream in some branches! Unfinished but workable! https://twitter.com/jonathanafek/status/1363603777362808838?s=21 https://github.com/alephsecurity/xnu-qemu-arm64/tree/personal/jafek_ios14_support https://github.com/alephsecurity/xnu-qemu-arm64-tools/tree/personal/jafek_ios14_iphone11 If anyone is curious, it's a fake display for iPhone 11 running iOS 14! I'll give it...