This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########################################################### | |
| # TX SX OS MIPS VM disassembler - by hexkyz and naehrwert # | |
| ########################################################### | |
| import os | |
| import re | |
| import struct | |
| import codecs | |
| host_calls_0 = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| from struct import pack, unpack | |
| def u32(x): | |
| return x & 0xFFFFFFFF | |
| def tea_update_custom_mac(mac, v, k): | |
| v0, v1 = v[0], v[1] | |
| cur_sum = 0xC6EF3720 | |
| k0, k1, k2, k3 = k[0], k[1], k[2], k[3] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| fltmc >nul 2>&1 || ( | |
| echo This batch script requires administrator privileges. Right-click on | |
| echo the script and select "Run as administrator". | |
| goto :die | |
| ) | |
| for /f "tokens=3*" %%a in ('reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\devenv.exe"') do set VsDirectory=%%a %%b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import md5 | |
| import time | |
| import urllib2 | |
| import RPi.GPIO as GPIO | |
| import xml.etree.ElementTree as ET | |
| # GPIO Pin Configuration | |
| LCD_RS = 4 | |
| LCD_E = 17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| how to setup mariadb: | |
| apt install -y mariadb-client mariadb-server && mysql_secure_installation | |
| remove the anonymous user | |
| disallow remote root login | |
| remove test db and acess | |
| reload privileges | |
| how to remove the nginx version on error pages: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Additional Removed Windows Apps: | |
| // System Apps | |
| OneDrive | |
| PPIProjection | |
| RetailDemoContent | |
| SecureAssessmentBrowser | |
| SkypeORTC | |
| // Windows Components |