Creating an MCP (Memory Control & Patch) Service with x64dbg and C#

In reverse engineering and dynamic analysis, tools like x64dbg provide an excellent foundation for inspecting, modifying, and understanding binary behavior at runtime. But what if you want automated control over memory patching, module inspection, or call stack introspection — all in a structured, programmable service? That’s exactly what I’m building: an MCP (Memory Control & …

Install Axoltol on Ubuntu 24 with Nvidia Cuda 12.

Warning: Turing cards are not supported on Ubuntu 24 due to compatibility with flash-attn 1.x. flash-attn 2.x plans to support Turing cards in the future but for now are Ampere and up. pip3 install flash-attn==1.0.9 <– Latest 1.x release Install for Turing cards on Ubuntu 22 Configuration documentation for .yaml files: https://axolotl-ai-cloud.github.io/axolotl/docs/config.html – https://modal.com/docs/examples/llm-finetuning HTTP …

C# Discord bot for .NET 8.0

In order to get this to run on a non-dev runtime box, you’ll need to install multiple of not all of these runtimes located here: https://learn.microsoft.com/en-gb/cpp/windows/latest-supported-vc-redist?view=msvc-170I think the 2005VCRuntime along with the 2015-2019VCRuntime got it working on my Server 2019 Core setup. Here is a sample HTML5 socket webpage if you’d like to access it …