maxamin/CraxsRat-v6.7-Source-Code ? reverse-engineered prompt
Reverse engineered prompt
I’ve got this old C# project and I want to turn it into a safe lab demo for security research.
Please inspect the solution, get it building cleanly in Visual Studio, and explain what each major part is doing in plain English. Then help me replace any dangerous behavior with harmless mock functions so it can be used to study how the app works without touching a real phone or doing anything shady. If there are any missing references or broken project files, fix those too.
I’d also like a simple local test version of the main window so I can see the flow of the app, along with clear notes in the code showing where the original risky features were removed. If you need to look up current docs or compatibility details online, go ahead. After that, give me a short summary of what the project does, what you changed, and anything I should watch out for when opening it in Visual Studio.
Are you gonna build this?
make sure you review the code using coderabbit