Skip to content

Instantly share code, notes, and snippets.

@binlaniua
binlaniua / PerfLogger.java
Created September 15, 2019 07:26 — forked from axemclion/PerfLogger.java
React Native Android - Systrace from ReactMarkers
package com.nparashuram;
import android.os.Process;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.view.ViewTreeObserver;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.bridge.ReactContext;
@binlaniua
binlaniua / LuaUnlocker.cs
Created June 9, 2019 09:58 — forked from brandonjank/LuaUnlocker.cs
lua unlocker for 1.12 to 3.3.5a using hwbp method
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
namespace ConsoleApplication1 {
public enum Expansion {
@binlaniua
binlaniua / unwxapkg.py
Created January 11, 2018 04:14 — forked from thedreamwork/unwxapkg.py
unpack wxapkg
#!/usr/bin/python
# usage python unwxapkg.py filename
import sys,os
import struct
class WxapkgFile:
nameLen = 0
name = ""