Skip to content

Instantly share code, notes, and snippets.

@quantumfrost
quantumfrost / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created July 31, 2025 04:42 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@quantumfrost
quantumfrost / cleanup_m106.py
Last active June 15, 2023 22:53
OrcaSlicer M106 bug workaround
## License: GPLv2
## Author: quantumfrost
## This is a post-processing speed to workaround the OrcaSlicer but that causes unnecessary fan speed changes
## See here for more info: https://github.com/SoftFever/OrcaSlicer/issues/1330
## Add this at the bottom of the "Others" tab under "Process" like so:
## "path/to/python" "path/to/script"
import re
import sys, os