Skip to content

Instantly share code, notes, and snippets.

View Sazpaimon's full-sized avatar

Ian Carpenter Sazpaimon

View GitHub Profile
I/EdXposed( 3071): onModuleLoaded: welcome to EdXposed!
I/EdXposed( 3071): Start to install inline hooks
I/EdXposed( 3071): Using api level 27
I/EdXposed( 3071): Start to install Riru hook
E/xhook ( 3071): strtab == NULL
E/xhook ( 3071): elf init check failed. /system/lib64/libwilhelm.so
E/xhook ( 3071): strtab == NULL
E/xhook ( 3071): elf init check failed. /system/lib64/libandroidfw.so
E/xhook ( 3071): strtab == NULL
E/xhook ( 3071): elf init check failed. /system/lib64/libGLESv2.so
@Sazpaimon
Sazpaimon / FiddlerScript.js
Created July 25, 2019 00:57
Sonic Runners Fiddler Decryption Script
import System;
import System.Windows.Forms;
import Fiddler;
import System.Web;
import System.Security.Cryptography;
// INTRODUCTION
//
// Well, hello there!
//
def disconnect(self):
self._aborted.set()
log.debug('(%s) Killing hooks handler', self.name)
try:
# XXX: queue.Queue.queue isn't actually documented, so this is probably not reliable in the long run.
with self._hooks_queue.mutex:
self._hooks_queue.queue[0] = None
except IndexError:
self._hooks_queue.put(None)

Keybase proof

I hereby claim:

  • I am sazpaimon on github.
  • I am sazpaimon (https://keybase.io/sazpaimon) on keybase.
  • I have a public key ASAN3cgahgfl3o9298ERI1h5lTRGkt0N9Eguhm5Tg8tKJwo

To claim this, I am signing this object:

@Sazpaimon
Sazpaimon / gist:8357171
Created January 10, 2014 16:11
Hexchat with gtk+-quartz
1. Install Homebrew
2. Modify /usr/local/Library/Formula/harfbuzz.rb and change depends_on 'cairo' to depends_on 'cairo-quartz'
3. brew tap marekjelen/homebrew-gtk
4. Create hexchat-quartz.rb with the following contents:
class HexchatQuartz < Formula
homepage 'http://hexchat.github.io/'
url 'https://github.com/hexchat/hexchat/archive/v2.9.6.tar.gz'
sha1 'f19248e8d255cf463d5c0eba3e3df02a431f3911'
head 'https://github.com/hexchat/hexchat.git', :branch => 'xtext4'