Since the original creator aamiaa does not want new features or improvements added to their code, I created this gist with some quality-of-life improvements instead.
My version still fully respects the Discord API and does not bypass or abuse it.
| BEST MCP SERVERS FOR RE (SO FAR): | |
| https://github.com/mrexodia/ida-pro-mcp | |
| https://github.com/LaurieWired/GhidraMCP | |
| https://github.com/Wasdubya/x64dbgMCP | |
| https://github.com/svnscha/mcp-windbg | |
| https://github.com/miscusi-peek/cheatengine-mcp-bridge | |
| https://github.com/0xhackerfren/frida-game-hacking-mcp | |
| https://github.com/0xhackerfren/Pcap-Analysis-MCP | |
| https://github.com/dnakov/frida-mcp |
| using System; | |
| using System.IO; | |
| namespace MpressExtractor | |
| { | |
| internal class @_ | |
| { | |
| private unsafe static int lzmat(byte[] pOs, byte[] pIs, int cI) | |
| { | |
| int num2; |
This guide will walk through how to decompile/reverse engineer IL2CPP games for modding usage.
Note: expect this entire process to take upwards of an hour. Have something ready to do on the side while waiting for processing to finish.
Extract audio from a YouTube video file
ffmpeg -i INPUT.mp4 -ab 256k OUTPUT.mp3Cut 3s length
ffmpeg -y -ss 00:00:03 -i INPUT.mp4 -codec copy OUTPUT.mp4Update: There is a more secure version available. Details
<?php
$plaintext = 'My secret message 1234';