Some notes, tools, and techniques for reverse engineering macOS binaries.
# THIS LINUX SETUP SCRIPT HAS MORPHED INTO A WHOLE PROJECT: HTTPS://OMAKUB.ORG | |
# PLEASE CHECKOUT THAT PROJECT INSTEAD OF THIS OUTDATED SETUP SCRIPT. | |
# | |
# | |
# Libraries and infrastructure | |
sudo apt update -y | |
sudo apt install -y \ | |
docker.io docker-buildx \ | |
build-essential pkg-config autoconf bison rustc cargo clang \ |
# the scripting-addition must be loaded manually if | |
# you are running yabai on macOS Big Sur. Uncomment | |
# the following line to have the injection performed | |
# when the config is executed during startup. | |
# | |
# for this to work you must configure sudo such that | |
# it will be able to run the command without password | |
sudo yabai --load-sa | |
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa" |
(Last updated: 1.18.2)
This is technically a shameless rip/edit of misode's guide that shows the traditional use of newly implemented custom structure system. I myself want to tackle the jigsaw aspect a bit, hence i'm making my own guice based on his. I will show how to create a data pack that adds custom structures to the world that also utilize jigsaw blocks. So treat this as a basic jigsaw guide in world generation. There is also a data pack download of this first example.
Always leave the world and rejoin to apply the new changes! Because traditional
/reload
or/datapack disable & enable
do not refresh changes in worldgen files!
Let's make a simple house with a basement and a road that will lead away from the h
/* | |
* MIT License | |
* | |
* Copyright (c) 2022 Marvin (DerFrZocker) | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
* copies of the Software, and to permit persons to whom the Software is |
# TODO: Setup https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge | |
sentryOriginReq: | |
handler: handlers/handler.default | |
lambdaAtEdge: | |
distribution: AppDistribution | |
eventType: origin-request | |
includeBody: true | |
pathPattern: /_tunnel # TODO: Choose tunnel path. |
This Guide will help you install Kali Linux in Android, that too with a GUI Desktop Environment within Android. It uses Termux to run Kali Linux in Android with XFCE4 Desktop Environment and a Tight VNC Server, which we connect to using a VNC Viewer app in Android.
- Download and install Termux in Android. (Play Store release is no more updated, so is not recommended.)
- Open Termux and run the following commands:
apt update && apt install python python2 openssh -y
{ | |
"minecraft:dimension_type": { | |
type: "minecraft:dimension_type", | |
value: [ | |
{ | |
name: "minecraft:overworld", | |
id: 0, | |
element: { | |
piglin_safe: 0b, | |
natural: 1b, |
09.04.2021 — 8h
- Setup blitz project
- Add Github and Gmail auth
- Send emails with link to reset password
- Create an email template
- Setup CI for tests and builds
- Send confirmation email after creating an account with login and password
- Handle account confirmation on the frontend
- Update DB models to contain info about origin and confirmed account