raizo
raizo
Compiling this project works fine with some tweaks to it, the problem is compiling the obfuscated IL to maschine code. ``` ➜ test git:(master) ✗ sudo /opt/homebrew/opt/llvm/bin/clang -fuse-ld=lld -flto=full -O3...
This is my current code ```ts const client = await wow.classic.createInstance({ key: config.client_id, secret: config.client_secret, origin: "eu", locale: "en_US", }); await client.getApplicationToken().then(response => { config.token = response.data.access_token; }); let x...
`relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE` errors like that happen when compiling main.obf.s with a simple hello world program.
## System Information **OS:** Garuda **WM:** i3 **Cathook Version:** Last pull was on https://github.com/nullworks/cathook/commit/c0969586d4a918df289c7d3a5c19032c0d580f92 ## Config used Default conf with projectile no spread ## Logs / Crash Report No crashes...
My current goal is to fix the imports, replacing the pointer to the imported function in the module i want to map from the process iat. The problem is pelite...
Hello, I've tried to build my sveltekit project inside a dockerfile but stumbled onto an unimplemented function (is what it seems like?) ``` > [5/5] RUN bun run build: 2.815...
This commit updates googletest to the latest commit in the `v.12.X` branch, which fixes the error mentioned in https://github.com/google/googletest/issues/3835 which i also witnessed using ``` clang version 15.0.7 Target: x86_64-pc-linux-gnu...
It seems like I'm getting the same errors as in #640 which should be fixed. ``` org.postgresql.util.PSQLException: ERROR: column "role" is of type roles but expression is of type character...
!discord bridge 1180132841653272649 1180187893575196682 _discord_bot ERROR: insufficient permissions to use this command! Try !discord help to see all available commands raizo !help !discord help _discord_bot No commands found
I currently have the toaster element inside +layout.svelte, but as soon as i change the window location the toast dissapears, is there a way to fix that?