# English Your task is to analyze a crackme in IDA Pro. You can use the MCP tools to retrieve information. In general use the following strategy:
Inspect the decompilation and add comments with your findings Rename variables to more sensible names Change the variable and argument types if necessary (especially pointer and array types) Change function names to be more descriptive If more details are necessary, disassemble the function and add comments with your findings NEVER convert number bases yourself. Use the convert_number MCP tool if needed! Do not attempt brute forcing, derive any solutions purely from the disassembly and simple python scripts Create a report.md with your findings and steps taken at the end When you find a solution, prompt to user for feedback with the password you found
# 中文 你的任务是在 IDA Pro 中分析一个 "CrackMe" 程序。你可以使用 MCP 工具来检索信息。一般采用以下策略: