Skip to content

Instantly share code, notes, and snippets.

View AQF0R's full-sized avatar
🌴
On vacation

F0R AQF0R

🌴
On vacation
View GitHub Profile
@Integ
Integ / unwxapkg.py
Last active May 2, 2025 10:29 — forked from feix/unwxapkg.py
A useful tool for unpack wxapkg file with python3 surport.
# coding: utf-8
# py2 origin author lrdcq
# usage python3 unwxapkg.py filename
__author__ = 'Integ: https://github.com./integ'
import sys, os
import struct
class WxapkgFile(object):
@irazasyed
irazasyed / homebrew-permissions-issue.md
Last active January 25, 2025 15:00
Homebrew: Permissions Denied Issue Fix (OS X / macOS)

Homebrew Permissions Denied Issues Solution

sudo chown -R $(whoami) $(brew --prefix)/*