{"id":1155013,"date":"2025-01-13T17:58:10","date_gmt":"2025-01-13T09:58:10","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1155013.html"},"modified":"2025-01-13T17:58:13","modified_gmt":"2025-01-13T09:58:13","slug":"python%e5%a6%82%e4%bd%95%e8%af%bb%e5%8f%96%e6%b8%b8%e6%88%8f%e5%86%85%e5%ad%98","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1155013.html","title":{"rendered":"python\u5982\u4f55\u8bfb\u53d6\u6e38\u620f\u5185\u5b58"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25184504\/572f8ae1-b4cd-4168-9062-ed7fbcaebf02.webp\" alt=\"python\u5982\u4f55\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\" \/><\/p>\n<p><p> \u8981\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\uff0c<strong>\u53ef\u4ee5\u4f7f\u7528\u8bf8\u5982pymem\u3001ctypes\u548cWinAPI\u7b49\u5e93<\/strong>\uff0c<strong>\u4f46\u9700\u8981\u6ce8\u610f\u7684\u662f\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u53ef\u80fd\u8fdd\u53cd\u6e38\u620f\u7684\u670d\u52a1\u6761\u6b3e\u548c\u7528\u6237\u534f\u8bae\uff0c\u751a\u81f3\u53ef\u80fd\u6d89\u53ca\u6cd5\u5f8b\u95ee\u9898<\/strong>\u3002\u4ee5\u4e0b\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5176\u4e2d\u4e00\u79cd\u65b9\u6cd5\u2014\u2014\u4f7f\u7528pymem\u5e93\u6765\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u5b89\u88c5\u548c\u4f7f\u7528pymem\u5e93<\/h3>\n<\/p>\n<p><h4>\u5b89\u88c5pymem\u5e93<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u6211\u4eec\u9700\u8981\u5b89\u88c5pymem\u5e93\uff0c\u53ef\u4ee5\u4f7f\u7528pip\u8fdb\u884c\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install pymem<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>\u4f7f\u7528pymem\u5e93\u8bfb\u53d6\u6e38\u620f\u5185\u5b58<\/h4>\n<\/p>\n<p><p>\u4ee5\u4e0b\u662f\u4e00\u4e2a\u4f7f\u7528pymem\u5e93\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u7684\u7b80\u5355\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import pymem<\/p>\n<p>import pymem.process<\/p>\n<h2><strong>\u6253\u5f00\u8fdb\u7a0b<\/strong><\/h2>\n<p>pm = pymem.Pymem(&#39;game.exe&#39;)  # \u66ff\u6362\u4e3a\u76ee\u6807\u6e38\u620f\u7684\u53ef\u6267\u884c\u6587\u4ef6\u540d\u79f0<\/p>\n<p>process_id = pymem.process.process_from_name(&#39;game.exe&#39;)<\/p>\n<p>pm.open_process_from_id(process_id)<\/p>\n<h2><strong>\u8bfb\u53d6\u5185\u5b58<\/strong><\/h2>\n<p>base_address = pm.base_address  # \u83b7\u53d6\u57fa\u7840\u5730\u5740<\/p>\n<p>offset = 0x123456  # \u76ee\u6807\u5185\u5b58\u5730\u5740\u7684\u504f\u79fb\u91cf<\/p>\n<p>value = pm.read_int(base_address + offset)  # \u8bfb\u53d6\u5185\u5b58\u4e2d\u7684\u6574\u6570\u503c<\/p>\n<p>print(f&quot;Value at {hex(base_address + offset)}: {value}&quot;)<\/p>\n<h2><strong>\u5173\u95ed\u8fdb\u7a0b<\/strong><\/h2>\n<p>pm.close_process()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e8c\u3001\u5185\u5b58\u5730\u5740\u548c\u504f\u79fb\u91cf<\/h3>\n<\/p>\n<p><h4>\u83b7\u53d6\u57fa\u7840\u5730\u5740\u548c\u504f\u79fb\u91cf<\/h4>\n<\/p>\n<p><p>\u901a\u5e38\uff0c\u6e38\u620f\u4e2d\u7684\u5185\u5b58\u5730\u5740\u662f\u52a8\u6001\u7684\uff0c\u8fd9\u610f\u5473\u7740\u6bcf\u6b21\u542f\u52a8\u6e38\u620f\u65f6\uff0c\u5185\u5b58\u5730\u5740\u53ef\u80fd\u4f1a\u6539\u53d8\u3002\u56e0\u6b64\uff0c\u6211\u4eec\u9700\u8981\u627e\u5230\u57fa\u7840\u5730\u5740\u548c\u504f\u79fb\u91cf\u3002\u53ef\u4ee5\u4f7f\u7528\u8c03\u8bd5\u5de5\u5177\uff08\u5982Cheat Engine\uff09\u6765\u627e\u5230\u8fd9\u4e9b\u5730\u5740\u3002<\/p>\n<\/p>\n<p><h4>\u4f7f\u7528Cheat Engine<\/h4>\n<\/p>\n<ol>\n<li>\u6253\u5f00Cheat Engine\u5e76\u9009\u62e9\u76ee\u6807\u6e38\u620f\u8fdb\u7a0b\u3002<\/li>\n<li>\u641c\u7d22\u76ee\u6807\u503c\uff08\u5982\u73a9\u5bb6\u7684\u751f\u547d\u503c\uff09\u3002<\/li>\n<li>\u627e\u5230\u76ee\u6807\u503c\u540e\uff0c\u53f3\u952e\u5e76\u9009\u62e9\u201c\u67e5\u627e\u4ec0\u4e48\u8bbf\u95ee\u4e86\u8fd9\u4e2a\u5730\u5740\u201d\u3002<\/li>\n<li>\u901a\u8fc7\u53cd\u590d\u7b5b\u9009\uff0c\u627e\u5230\u57fa\u7840\u5730\u5740\u548c\u504f\u79fb\u91cf\u3002<\/li>\n<\/ol>\n<p><h3>\u4e09\u3001\u4f7f\u7528ctypes\u5e93\u8bfb\u53d6\u6e38\u620f\u5185\u5b58<\/h3>\n<\/p>\n<p><h4>\u5b89\u88c5\u548c\u4f7f\u7528ctypes\u5e93<\/h4>\n<\/p>\n<p><p>ctypes\u662fPython\u7684\u6807\u51c6\u5e93\u4e4b\u4e00\uff0c\u53ef\u4ee5\u8c03\u7528C\u51fd\u6570\u548c\u64cd\u4f5c\u7cfb\u7edfAPI\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u4f7f\u7528ctypes\u5e93\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u7684\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import ctypes<\/p>\n<p>import ctypes.wintypes<\/p>\n<h2><strong>\u6253\u5f00\u8fdb\u7a0b<\/strong><\/h2>\n<p>PROCESS_ALL_ACCESS = 0x1F0FFF<\/p>\n<p>game_exe_name = &#39;game.exe&#39;<\/p>\n<p>pid = None<\/p>\n<h2><strong>\u83b7\u53d6\u8fdb\u7a0bID<\/strong><\/h2>\n<p>for proc in ctypes.windll.psapi.EnumProcesses():<\/p>\n<p>    if proc.szExeFile.decode(&#39;utf-8&#39;) == game_exe_name:<\/p>\n<p>        pid = proc.th32ProcessID<\/p>\n<p>        break<\/p>\n<p>if pid is None:<\/p>\n<p>    r<a href=\"https:\/\/docs.pingcode.com\/blog\/59162.html\" target=\"_blank\">AI<\/a>se Exception(f&quot;Process {game_exe_name} not found&quot;)<\/p>\n<h2><strong>\u6253\u5f00\u8fdb\u7a0b<\/strong><\/h2>\n<p>process_handle = ctypes.windll.kernel32.OpenProcess(PROCESS_ALL_ACCESS, False, pid)<\/p>\n<h2><strong>\u8bfb\u53d6\u5185\u5b58<\/strong><\/h2>\n<p>base_address = 0x400000  # \u66ff\u6362\u4e3a\u5b9e\u9645\u7684\u57fa\u7840\u5730\u5740<\/p>\n<p>offset = 0x123456  # \u66ff\u6362\u4e3a\u5b9e\u9645\u7684\u504f\u79fb\u91cf<\/p>\n<p>buffer = ctypes.create_string_buffer(4)<\/p>\n<p>bytes_read = ctypes.c_size_t()<\/p>\n<p>ctypes.windll.kernel32.ReadProcessMemory(<\/p>\n<p>    process_handle,<\/p>\n<p>    ctypes.c_void_p(base_address + offset),<\/p>\n<p>    buffer,<\/p>\n<p>    ctypes.sizeof(buffer),<\/p>\n<p>    ctypes.byref(bytes_read)<\/p>\n<p>)<\/p>\n<p>value = int.from_bytes(buffer.raw, byteorder=&#39;little&#39;)<\/p>\n<p>print(f&quot;Value at {hex(base_address + offset)}: {value}&quot;)<\/p>\n<h2><strong>\u5173\u95ed\u8fdb\u7a0b<\/strong><\/h2>\n<p>ctypes.windll.kernel32.CloseHandle(process_handle)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u56db\u3001WinAPI\u548c\u5176\u4ed6\u5de5\u5177<\/h3>\n<\/p>\n<p><h4>\u4f7f\u7528WinAPI<\/h4>\n<\/p>\n<p><p>WinAPI\u662fWindows\u64cd\u4f5c\u7cfb\u7edf\u7684\u5e94\u7528\u7a0b\u5e8f\u63a5\u53e3\uff0c\u63d0\u4f9b\u4e86\u4e30\u5bcc\u7684\u529f\u80fd\u6765\u64cd\u4f5c\u8fdb\u7a0b\u548c\u5185\u5b58\u3002\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528WinAPI\u51fd\u6570\u6765\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import ctypes<\/p>\n<p>import ctypes.wintypes<\/p>\n<h2><strong>\u5b9a\u4e49WinAPI\u51fd\u6570<\/strong><\/h2>\n<p>OpenProcess = ctypes.windll.kernel32.OpenProcess<\/p>\n<p>ReadProcessMemory = ctypes.windll.kernel32.ReadProcessMemory<\/p>\n<p>CloseHandle = ctypes.windll.kernel32.CloseHandle<\/p>\n<h2><strong>\u6253\u5f00\u8fdb\u7a0b<\/strong><\/h2>\n<p>PROCESS_ALL_ACCESS = 0x1F0FFF<\/p>\n<p>pid = 1234  # \u66ff\u6362\u4e3a\u5b9e\u9645\u7684\u8fdb\u7a0bID<\/p>\n<p>process_handle = OpenProcess(PROCESS_ALL_ACCESS, False, pid)<\/p>\n<h2><strong>\u8bfb\u53d6\u5185\u5b58<\/strong><\/h2>\n<p>base_address = 0x400000  # \u66ff\u6362\u4e3a\u5b9e\u9645\u7684\u57fa\u7840\u5730\u5740<\/p>\n<p>offset = 0x123456  # \u66ff\u6362\u4e3a\u5b9e\u9645\u7684\u504f\u79fb\u91cf<\/p>\n<p>buffer = ctypes.create_string_buffer(4)<\/p>\n<p>bytes_read = ctypes.c_size_t()<\/p>\n<p>ReadProcessMemory(<\/p>\n<p>    process_handle,<\/p>\n<p>    ctypes.c_void_p(base_address + offset),<\/p>\n<p>    buffer,<\/p>\n<p>    ctypes.sizeof(buffer),<\/p>\n<p>    ctypes.byref(bytes_read)<\/p>\n<p>)<\/p>\n<p>value = int.from_bytes(buffer.raw, byteorder=&#39;little&#39;)<\/p>\n<p>print(f&quot;Value at {hex(base_address + offset)}: {value}&quot;)<\/p>\n<h2><strong>\u5173\u95ed\u8fdb\u7a0b<\/strong><\/h2>\n<p>CloseHandle(process_handle)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>\u4f7f\u7528\u5176\u4ed6\u5de5\u5177<\/h4>\n<\/p>\n<p><p>\u9664\u4e86pymem\u548cctypes\uff0c\u8fd8\u53ef\u4ee5\u4f7f\u7528\u5176\u4ed6\u5de5\u5177\u548c\u5e93\u6765\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<ul>\n<li><strong>PyCheatEngine<\/strong>\uff1a\u4e00\u4e2aPython\u5e93\uff0c\u53ef\u4ee5\u4e0eCheat Engine\u8fdb\u884c\u4ea4\u4e92\u3002<\/li>\n<li><strong>PyDbg<\/strong>\uff1a\u4e00\u4e2a\u7528\u4e8e\u8c03\u8bd5\u548c\u9006\u5411\u5de5\u7a0b\u7684Python\u5e93\u3002<\/li>\n<\/ul>\n<p><h3>\u4e94\u3001\u6cd5\u5f8b\u548c\u9053\u5fb7\u8003\u8651<\/h3>\n<\/p>\n<p><h4>\u9075\u5b88\u6cd5\u5f8b<\/h4>\n<\/p>\n<p><p>\u5728\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u65f6\uff0c\u5fc5\u987b\u9075\u5b88\u76f8\u5173\u6cd5\u5f8b\u548c\u6e38\u620f\u7684\u670d\u52a1\u6761\u6b3e\u3002\u672a\u7ecf\u6388\u6743\u8bfb\u53d6\u6216\u4fee\u6539\u6e38\u620f\u5185\u5b58\u53ef\u80fd\u88ab\u89c6\u4e3a\u4f5c\u5f0a\u884c\u4e3a\uff0c\u751a\u81f3\u53ef\u80fd\u6d89\u53ca\u6cd5\u5f8b\u95ee\u9898\u3002<\/p>\n<\/p>\n<p><h4>\u9053\u5fb7\u8003\u8651<\/h4>\n<\/p>\n<p><p>\u5728\u8fdb\u884c\u5185\u5b58\u8bfb\u53d6\u548c\u4fee\u6539\u65f6\uff0c\u5fc5\u987b\u8003\u8651\u9053\u5fb7\u95ee\u9898\u3002\u672a\u7ecf\u6388\u6743\u7684\u64cd\u4f5c\u53ef\u80fd\u4f1a\u7834\u574f\u6e38\u620f\u7684\u516c\u5e73\u6027\uff0c\u5f71\u54cd\u5176\u4ed6\u73a9\u5bb6\u7684\u6e38\u620f\u4f53\u9a8c\u3002<\/p>\n<\/p>\n<p><h3>\u516d\u3001\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u662f\u4e00\u9879\u590d\u6742\u7684\u4efb\u52a1\uff0c<strong>\u9700\u8981\u4e86\u89e3\u57fa\u7840\u5730\u5740\u548c\u504f\u79fb\u91cf\u3001\u638c\u63e1\u76f8\u5173\u5de5\u5177\u548c\u6280\u672f\uff0c\u5e76\u4e14\u5fc5\u987b\u9075\u5b88\u6cd5\u5f8b\u548c\u9053\u5fb7\u89c4\u8303<\/strong>\u3002\u672c\u6587\u4ecb\u7ecd\u4e86\u4f7f\u7528pymem\u3001ctypes\u548cWinAPI\u7b49\u5e93\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u7684\u65b9\u6cd5\uff0c\u5e76\u5f3a\u8c03\u4e86\u6cd5\u5f8b\u548c\u9053\u5fb7\u8003\u8651\u3002\u5728\u5b9e\u9645\u64cd\u4f5c\u4e2d\uff0c\u5fc5\u987b\u8c28\u614e\u884c\u4e8b\uff0c\u907f\u514d\u8fdd\u53cd\u76f8\u5173\u89c4\u5b9a\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u4f7f\u7528Python\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u4e2d\u7684\u6570\u636e\uff1f<\/strong><br \/>\u8981\u4f7f\u7528Python\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\uff0c\u9996\u5148\u9700\u8981\u4e86\u89e3\u5982\u4f55\u4e0e\u64cd\u4f5c\u7cfb\u7edf\u7684\u5185\u5b58\u7ba1\u7406\u8fdb\u884c\u4ea4\u4e92\u3002\u5e38\u7528\u7684\u5e93\u6709<code>pymem<\/code>\u548c<code>pywin32<\/code>\uff0c\u5b83\u4eec\u63d0\u4f9b\u4e86\u4e0eWindows API\u4ea4\u4e92\u7684\u529f\u80fd\u3002\u901a\u8fc7\u8fd9\u4e9b\u5e93\uff0c\u4f60\u53ef\u4ee5\u6253\u5f00\u6e38\u620f\u8fdb\u7a0b\uff0c\u5e76\u8bfb\u53d6\u6307\u5b9a\u5185\u5b58\u5730\u5740\u7684\u6570\u636e\u3002\u901a\u5e38\u9700\u8981\u4f7f\u7528\u6e38\u620f\u7684\u5185\u5b58\u5730\u5740\uff08\u53ef\u4ee5\u901a\u8fc7\u53cd\u6c47\u7f16\u5de5\u5177\u83b7\u53d6\uff09\u6765\u63d0\u53d6\u6240\u9700\u4fe1\u606f\uff0c\u6bd4\u5982\u89d2\u8272\u7684\u751f\u547d\u503c\u3001\u7ecf\u9a8c\u503c\u7b49\u3002<\/p>\n<p><strong>\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u9700\u8981\u6ce8\u610f\u54ea\u4e9b\u5b89\u5168\u548c\u6cd5\u5f8b\u95ee\u9898\uff1f<\/strong><br \/>\u5728\u5c1d\u8bd5\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u65f6\uff0c\u5fc5\u987b\u8003\u8651\u6cd5\u5f8b\u548c\u9053\u5fb7\u95ee\u9898\u3002\u8bb8\u591a\u6e38\u620f\u7684\u670d\u52a1\u6761\u6b3e\u7981\u6b62\u73a9\u5bb6\u4fee\u6539\u6216\u8bfb\u53d6\u5185\u5b58\u6570\u636e\uff0c\u8fd9\u53ef\u80fd\u5bfc\u81f4\u8d26\u53f7\u88ab\u5c01\u7981\u3002\u6b64\u5916\uff0c\u4f7f\u7528\u5185\u5b58\u8bfb\u53d6\u6280\u672f\u53ef\u80fd\u88ab\u89c6\u4e3a\u4f5c\u5f0a\uff0c\u5f71\u54cd\u5176\u4ed6\u73a9\u5bb6\u7684\u6e38\u620f\u4f53\u9a8c\u3002\u56e0\u6b64\uff0c\u786e\u4fdd\u5bf9\u6240\u73a9\u7684\u6e38\u620f\u7684\u6761\u6b3e\u548c\u6761\u4ef6\u6709\u6e05\u6670\u7684\u4e86\u89e3\u662f\u975e\u5e38\u91cd\u8981\u7684\u3002<\/p>\n<p><strong>\u6709\u54ea\u4e9b\u5e38\u89c1\u7684Python\u5e93\u53ef\u4ee5\u5e2e\u52a9\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u6709\u591a\u4e2a\u5e93\u53ef\u4ee5\u5e2e\u52a9\u8fdb\u884c\u5185\u5b58\u8bfb\u53d6\u3002<code>pymem<\/code>\u662f\u4e00\u4e2a\u6d41\u884c\u7684\u5e93\uff0c\u4e13\u95e8\u7528\u4e8eWindows\u73af\u5883\u4e0b\u7684\u5185\u5b58\u64cd\u4f5c\u3002<code>ctypes<\/code>\u5e93\u4e5f\u53ef\u4ee5\u7528\u4e8e\u8c03\u7528C\u8bed\u8a00\u7684API\u6765\u5b9e\u73b0\u5185\u5b58\u8bfb\u53d6\u3002\u8fd8\u6709<code>pydbg<\/code>\u53ef\u4ee5\u7528\u4f5c\u8c03\u8bd5\u5de5\u5177\uff0c\u5e2e\u52a9\u4f60\u76d1\u63a7\u548c\u5206\u6790\u5185\u5b58\u4e2d\u7684\u6570\u636e\u3002\u9009\u62e9\u5408\u9002\u7684\u5e93\u53ef\u4ee5\u63d0\u9ad8\u5f00\u53d1\u6548\u7387\u548c\u64cd\u4f5c\u7684\u7075\u6d3b\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u8981\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\uff0c\u53ef\u4ee5\u4f7f\u7528\u8bf8\u5982pymem\u3001ctypes\u548cWinAPI\u7b49\u5e93\uff0c\u4f46\u9700\u8981\u6ce8\u610f\u7684\u662f\u8bfb\u53d6\u6e38\u620f\u5185\u5b58\u53ef\u80fd\u8fdd\u53cd\u6e38\u620f [&hellip;]","protected":false},"author":3,"featured_media":1155020,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1155013"}],"collection":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/comments?post=1155013"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1155013\/revisions"}],"predecessor-version":[{"id":1155023,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1155013\/revisions\/1155023"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1155020"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1155013"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1155013"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1155013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}