Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
| csrutil disable | |
| sudo nvram boot-args="intcoproc_unrestricted=1 kext-dev-mode=1 amfi_allow_any_signature=1 amfi_unrestrict_task_for_pid=1 PE_i_can_has_debugger=1 cs_enforcement_disable=1 amfi_get_out_of_my_way=1 amfi=0xff cs_debug=1 ipc_control_port_options=0" | |
| sudo spctl --global-disable | |
| sudo defaults write /Library/Preferences/com.apple.security GKAutoRearm -bool NO | |
| sudo defaults write /Library/Preferences/com.apple.security.coderequirements Entitlements -string always | |
| sudo defaults write /Library/Preferences/com.apple.security.coderequirements AllowUnsafeDynamicLinking -bool YES | |
| sudo defaults write /Library/Preferences/com.apple.security.libraryvalidation.plist DisableLibraryValidation -bool YES | |
| defaults write com.apple.loginwindow DisableScreenLockImmediate -bool yes |
| import com.mojang.datafixers.util.Function3; | |
| import com.mojang.serialization.Codec; | |
| import com.mojang.serialization.codecs.RecordCodecBuilder; | |
| import net.minecraft.block.BlockState; | |
| import java.util.List; | |
| public class CodecExample { | |
| public static final Codec<CodecExample> CODEC = RecordCodecBuilder.create( | |
| instance -> instance.group( |
| #!/bin/sh | |
| # non-interactive kde installer for alpine | |
| # apk add curl && curl -L https://cutt.ly/alpine_kde | sh | |
| echo "I will make Alpine Linux a Desktop Linux.. ." | |
| ## Desktop user |
| // Windows | |
| // g++ *.cpp -o vulkan -lSDL2main -lSDL2 -lvulkan-1 | |
| // Linux | |
| // g++ *.cpp -o vulkan -lSDL2main -lSDL2 -lvulkan | |
| // https://vulkan-tutorial.com/ | |
| #include <iostream> | |
| using namespace std; | |
| #include <SDL2/SDL.h> |
UPDATE 2023-01-22 21:34:33
This guide was last tested on an Intel MacBook 2017. Since then it's unmaintained and won't be updated (I quit the game and bought a life-time crossover licence).
This has been forked from https://gist.github.com/Alex4386/4cce275760367e9f5e90e2553d655309
For the latest discussion, see the comments there.
Place file into qemu root directory
Do cd path/to/qemu && ./name_of_file name_of_target (i.e. x86_64-softmmu)
Library is at /path/to/qemu/x86_64-softmmu/libqemu.so
You might need to compile vl.c and link with it in your final
binary, just do something like this:
#define main __definetly_not_main
#include "/path/to/qemu/vl.c"
#undef mainIf you run Ghidra on a high DPI screen, you will probably find the GUI to be scaled down so small to be almost of no use.
There is a setting that you can adjust to scale the Ghidra GUI:
in $GHIDRA_ROOT/support is a file named launch.properties. In this launch.properties file is the following configuration key:
VMARGS_LINUX=-Dsun.java2d.uiScale=1