Skip to content

Instantly share code, notes, and snippets.

View sc39IsADev's full-sized avatar
😃
I'm doing various things.

sc39 sc39IsADev

😃
I'm doing various things.
  • A place
View GitHub Profile
@sc39IsADev
sc39IsADev / SimpleTcpRedirector.py
Created December 20, 2020 03:20 — forked from sivachandran/SimpleTcpRedirector.py
A simple TCP redirector in python
#!/usr/bin/env python
import socket
import threading
import select
import sys
terminateAll = False
class ClientThread(threading.Thread):
int COPROCCESSORCOPY_1(void) {
int uVar1; //??
int iVar2; //??
int in_pc; //??
undefined4 in_cr0; //Coprocessor address 1
undefined4 in_cr1; //Coprocessor address 2
undefined4 in_cr2; //Coprocessor address 2
undefined4 in_cr6; //??
undefined4 in_cr7; //??
uVar1 = coproc_movefrom_Control(); //??
/*
donut.js - donut.c for Node.js
Port/Compile Made by sc39
Original by a1k0n
*/
// The Module object: Our interface to the outside world. We import
// and export values on it. There are various ways Module can be used:
// 1. Not defined. We create it here
// 2. A function parameter, function(Module) { ..generated code.. }
@sc39IsADev
sc39IsADev / test.py
Last active September 23, 2020 01:16
Python test
import random
import os
num = 15
listt = list(",./<>?;:[]\{}|=-+_)(*&^%$#@!~")
listnum = 0
for i in range(256):
for i2 in range(256):
print(listt[listnum] * 2, end="")
listnum = listnum + 1
if listnum > len(listt) - 1: