{"id":1015,"date":"2022-02-28T21:55:03","date_gmt":"2022-02-28T13:55:03","guid":{"rendered":"https:\/\/www.xianwaizhiyin.net\/?p=1015"},"modified":"2022-07-28T08:41:16","modified_gmt":"2022-07-28T00:41:16","slug":"x86%e6%b1%87%e7%bc%96%e5%85%a5%e9%97%a8-%e8%af%ad%e6%b3%95","status":"publish","type":"post","link":"https:\/\/www.xianwaizhiyin.net\/?p=1015","title":{"rendered":"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5"},"content":{"rendered":"\n<p>\u6c47\u7f16\u5176\u5b9e\u6709\u4e0d\u540c\u7684\u8bed\u6cd5\u7684\uff0c\u4e3b\u8981\u6709\u4e24\u79cd <strong>Intel<\/strong> \u7684 \u548c <strong>AT&amp;T<\/strong> \u7684\u3002\u5e94\u8be5\u662f\u4e24\u4e2a\u516c\u53f8\u4e3a\u4e86\u5404\u81ea\u5229\u76ca \u641e\u4e86\u4e24\u79cd\u6c47\u7f16\u8bed\u6cd5\u51fa\u6765\u3002<\/p>\n\n\n\n<p>\u867d\u7136\u8bed\u6cd5\u4e0d\u540c\uff0c\u4f46\u662f\u4ed6\u4eec\u7528\u7684\u662f\u540c\u4e00\u79cdCPU\u6307\u4ee4\u96c6\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p><strong>AT&amp;T \u98ce\u683c<\/strong> \u4e3b\u8981\u662fGNU\u4f7f\u7528\u7684\uff0c\u4e5f\u5c31\u662f\u7ed9 <code class=\"prettyprint\" >linux<\/code> \u7528\u7684\u3002\u6c47\u7f16\u5668\u4e3b\u8981\u662fGAS\uff0c\u4e5f\u5c31\u662f <code>linux<\/code> \u73af\u5883\u4e2d\u7684 <code>as<\/code> \u547d\u4ee4\uff0c<code>as<\/code> \u547d\u4ee4\u5c31\u662f\u628a AT&amp;T\u98ce\u683c \u7684\u6c47\u7f16\u4ee3\u7801\u7ffb\u8bd1\u6210 CPU\u6307\u4ee4\u3002\u4e0b\u9762\u5c55\u793a \u4e00\u4e0b \u5728 <code>linux<\/code> \u73af\u5883 \uff0c<code>as<\/code> \u6c47\u7f16\u5668\u5982\u4f55\u4f7f\u7528\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" >int main() {\n    int a = 1;\n    a = a + 1;\n    return 0;\n}<\/code><\/pre>\n\n\n\n<p>\u4e0a\u9762\u662f C \u8bed\u8a00\u4ee3\u7801\uff0c\u6267\u884c\u547d\u4ee4 <code class=\"prettyprint\" >gcc -S main.c<\/code> \uff0c\u628a C \u8bed\u8a00\u4ee3\u7801 \u7ffb\u8bd1\u6210 AT&amp;T \u98ce\u683c\u7684\u6c47\u7f16\uff0c\u5982\u4e0b\uff1a\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"559\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1.png\" alt=\"\" class=\"wp-image-1026\"\/><\/figure>\n\n\n\n<p>\u73b0\u5728 \u5c31\u5230 <code class=\"prettyprint\" >as<\/code> \u547d\u4ee4\u51fa\u573a\u7684\u65f6\u5019\u4e86\uff0c\u6267\u884c <code>as -o main.o main.s<\/code> \u5c31\u53ef\u4ee5\u628a \u6c47\u7f16\u7ffb\u8bd1\u6210 \u4e8c\u8fdb\u5236\u6307\u4ee4\u3002<\/p>\n\n\n\n<p><code class=\"prettyprint\" >as -o main.o main.s<\/code> \u4e00\u822c\u5f88\u5c11\u8fd9\u6837\u7528\uff0c\u901a\u5e38\u7528\u7684\u662f <code>gcc -o main.o main.c<\/code>\uff0c\u76f4\u63a5\u628a C \u4ee3\u7801\u7ffb\u8bd1\u6210 \u4e8c\u8fdb\u5236\u6307\u4ee4\u3002\u4f46\u662f\u5b9e\u9645\u4e0a\uff0c<code>gcc<\/code> \u91cc\u9762\u8c03\u7684\u5c31\u662f <code>as<\/code> \u547d\u4ee4\u3002\u53ea\u4e0d\u8fc7\u4e3a\u4e86\u6613\u7528\u6027\uff0c<code>gcc<\/code> \u96c6\u6210\u4e86\u5f88\u591a\u529f\u80fd\u3002\u770b\u8d77\u6765\u50cf\u8fd9\u6837\uff0c<strong>gcc<\/strong> \u8fd9\u4e2a\u53ef\u6267\u884c\u6587\u4ef6 \u5b83\u5373\u662f <strong>\u7f16\u8bd1\u5668<\/strong>\uff08\u80fd\u628a C \u4ee3\u7801\u7f16\u8bd1\u6210\u6c47\u7f16\u5c31\u53eb \u7f16\u8bd1\u5668\uff09\uff0c\u53c8\u662f <strong>\u6c47\u7f16\u5668<\/strong> \uff08\u80fd\u628a \u6c47\u7f16\u4ee3\u7801\u7f16\u8bd1\u6210\u673a\u5668\u6307\u4ee4\u5c31\u53eb \u6c47\u7f16\u5668\uff09\uff0c<strong>gcc<\/strong> \u8fd8\u662f <strong>\u94fe\u63a5\u5668<\/strong> \uff08\u80fd\u628a\u591a\u4e2a .o \u6587\u4ef6\u94fe\u63a5 \u751f\u6210\u53ef\u6267\u884c\u6587\u4ef6\u5c31\u662f\u94fe\u63a5\u5668\uff09\u3002<\/p>\n\n\n\n<p>\u6700\u540e \u518d \u6267\u884c <code class=\"prettyprint\" >gcc -o main main.o<\/code> \u94fe\u63a5\u751f\u6210\u53ef\u6267\u884c\u6587\u4ef6\uff0c\u5168\u90e8\u547d\u4ee4\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" ># C\u4ee3\u7801\u7ffb\u8bd1\u6210\u6c47\u7f16\ngcc -S main.c\n# \u6c47\u7f16\u7ffb\u8bd1\u6210\u4e8c\u8fdb\u5236\u6307\u4ee4\nas -o main.o main.s\n# \u94fe\u63a5\u751f\u6210\u53ef\u6267\u884c\u6587\u4ef6\ngcc -o main main.o<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>google_ads_content<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>Intel \u98ce\u683c <\/strong>\u4e3b\u8981\u662f windows \u4f7f\u7528\u7684\uff0c\u4e3b\u8981\u6c47\u7f16\u5668\u6709 <strong>MASM<\/strong> (ml.exe)\u3001<strong>NASM<\/strong>\u3002<\/p>\n\n\n\n<p><strong>MASM<\/strong> \u662f <strong>Microsoft Macro Assembler<\/strong> \u7684\u7f29\u5199\uff0c\u5b83\u662f \u5fae\u8f6f \u4e3a x86 \u5fae\u5904\u7406\u5668 \u5bb6\u65cf\uff0c\u6240\u5199\u7684\u4e00\u5957\u5b8f\u6c47\u7f16\u5668\u3002<\/p>\n\n\n\n<p>\u88c5\u4e2a vs2019\uff0c \u91cc\u9762\u7684 <code class=\"prettyprint\" >ml.exe<\/code> \u5c31\u662f MASM \u6c47\u7f16\u5668\u3002\u4e0b\u9762\u5c55\u793a \u4e00\u4e0b \u5728 <code>windows<\/code> \u73af\u5883 \uff0c<code>ml.exe<\/code> \u6c47\u7f16\u5668\u5982\u4f55\u4f7f\u7528\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" >int main() {\n    int a = 1;\n    a = a + 1;\n    return 0;\n}<\/code><\/pre>\n\n\n\n<p>\u5728 windows CMD \u91cc\u9762\u624b\u52a8\u7f16\u8bd1 C\u4ee3\u7801\uff0c\u9700\u8981\u505a\u4ee5\u4e0b\u51c6\u5907\u5de5\u4f5c\uff0c\u4e0d\u8ba9\u4f1a\u63d0\u793a\u627e\u4e0d\u5230 <code class=\"prettyprint\" >LIBCMT.lib<\/code> \u5e93\u4e4b\u7c7b\u7684\u9519\u8bef\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"627\" height=\"370\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1-1.png\" alt=\"\" class=\"wp-image-1023\"\/><\/figure>\n\n\n\n<p>\u4e0a\u9762\u8fd9\u4e2a\u9519\u8bef\u662f\u56e0\u4e3a\uff0c\u6211\u662f\u76f4\u63a5\u6253\u5f00\u547d\u4ee4\u884c\u7684\uff0c\u800c cl.exe \u662f vs2019 \u8f6f\u4ef6\u7684\u547d\u4ee4\uff0c\u9700\u8981\u7ee7\u627f vs2019 \u7684\u73af\u5883\u53d8\u91cf\uff0c\u5148\u627e\u5230 <code class=\"prettyprint\" >x64 Native Tools Command Prompt for VS 2019<\/code> \uff0c\u5982\u56fe\uff0c\u70b9\u51fb\u8fd9\u4e2a \u6253\u5f00\u547d\u4ee4\u884c \u624d\u80fd\u7ee7\u627f vs2019 \u7684\u73af\u5883\u53d8\u91cf\uff0c\u7f16\u8bd1\u624d\u4e0d\u4f1a\u62a5\u9519\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"183\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1-2.png\" alt=\"\" class=\"wp-image-1024\"\/><\/figure>\n\n\n\n<p><strong>\u6b63\u786e\u6253\u5f00\u547d\u4ee4\u884c\u7a97\u53e3\u4e4b\u540e<\/strong>\uff0c\u6267\u884c <code class=\"prettyprint\" >cl.exe \/Fa main.c<\/code> \uff0c\u628a C \u8bed\u8a00\u4ee3\u7801 \u7ffb\u8bd1\u6210 <strong>intel<\/strong> \u98ce\u683c\u7684\u6c47\u7f16\uff0c\u5982\u4e0b\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"673\" height=\"731\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-2.png\" alt=\"\" class=\"wp-image-1030\"\/><\/figure>\n\n\n\n<p>\u53ef\u4ee5\u770b\u5230 <code class=\"prettyprint\" >cl.exe<\/code> \u751f\u6210\u7684\u6c47\u7f16\u66f4\u8d34\u5fc3\uff0c\u6709\u4e4b\u524d\u7684C\u4ee3\u7801\u5bf9\u7167\u3002<\/p>\n\n\n\n<p><code class=\"prettyprint\" >cl.exe \/Fa main.c<\/code> \u547d\u4ee4\u4e0d\u6b62 \u751f\u6210\u4e86 <code>asm<\/code> \u6c47\u7f16\u6587\u4ef6\uff0c<code>obj<\/code>\uff0c<code>exe<\/code> \u90fd\u751f\u6210\u4e86\u3002\u5177\u4f53 <code>ml.exe<\/code> \u5982\u4f55\u4f7f\u7528\uff0c\u6211\u4e5f\u4e0d\u592a\u6e05\u695a\u3002<\/p>\n\n\n\n<p>\u4e0d\u8fc7\u7531\u4e8e \u672c\u4e66\u7684\u76ee\u7684 \u662f\u8bb2\u7684\u662f <code class=\"prettyprint\" >linux<\/code> \u4e0b\u9762\u7684 <strong>AT&amp;T \u98ce\u683c<\/strong> \u7684\u6c47\u7f16\uff0c\u6240\u4ee5 <code>windows<\/code> \u7684\u6c47\u7f16\u5982\u4f55\u7f16\u8bd1\u5148\u4e0d\u7ba1\u3002<\/p>\n\n\n\n<p>AT&amp;T\u4f1a\u5728\u5bc4\u5b58\u5668\u540d\u5b57\u524d\u52a0%\uff0c\u5728\u7acb\u5373\u64cd\u4f5c\u6570\u524d\u52a0$\u524d\u7f00\uff0c\u4e14\u6e90\u548c\u76ee\u6807\u64cd\u4f5c\u6570\u7684\u987a\u5e8f\u548cIntel\u76f8\u53cd\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>\u6269\u5c55\u77e5\u8bc6\uff1a<\/p>\n\n\n\n<p>1\uff0c\u9047\u5230\u4e0d\u61c2\u7684\u6c47\u7f16\u6307\u4ee4\uff0c\u641c\u7d22 GAS + \u5173\u952e\u8bcd\uff0c\u6216\u8005 AT&amp;T + \u5173\u952e\u8bcd\uff0c\u4f8b\u5982 <code class=\"prettyprint\" >AT&amp;T .file<\/code> , \u641c\u7d22 <code>.file<\/code> \u4f2a\u6307\u4ee4\u7684\u7528\u6cd5<\/p>\n\n\n\n<p>\u76f8\u5173\u9605\u8bfb\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><\/li><li><a href=\"https:\/\/zeronohacker.com\/964.html\">\u300a\u5728 Win10 \u4e0b\u5982\u4f55\u7528 VS2019 \u7f16\u8bd1\u6c47\u7f16\u53ca win32 \u6c47\u7f16\u7a0b\u5e8f\u300b<\/a><\/li><\/ol>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>\u7531\u4e8e\u7b14\u8005\u7684\u6c34\u5e73\u6709\u9650\uff0c \u52a0\u4e4b\u7f16\u5199\u7684\u540c\u65f6\u8fd8\u8981\u53c2\u4e0e\u5f00\u53d1\u5de5\u4f5c\uff0c\u6587\u4e2d\u96be\u514d\u4f1a\u51fa\u73b0\u4e00\u4e9b\u9519\u8bef\u6216\u8005\u4e0d\u51c6\u786e\u7684\u5730\u65b9\uff0c\u6073\u8bf7\u8bfb\u8005\u6279\u8bc4\u6307\u6b63\u3002\u5982\u679c\u8bfb\u8005\u6709\u4efb\u4f55\u5b9d\u8d35\u610f\u89c1\uff0c\u53ef\u4ee5\u52a0\u6211\u5fae\u4fe1 Loken1\u3002QQ\uff1a2338195090\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6c47\u7f16\u5176\u5b9e\u6709\u4e0d\u540c\u7684\u8bed\u6cd5\u7684\uff0c\u4e3b\u8981\u6709\u4e24\u79cd Intel \u7684 \u548c AT&amp;T \u7684\u3002\u5e94\u8be5\u662f\u4e24\u4e2a\u516c\u53f8\u4e3a\u4e86\u5404\u81ea\u5229\u76ca \u641e\u4e86 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-1015","post","type-post","status-publish","format-standard","hentry","category-assembly"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5 - \u5f26\u5916\u4e4b\u97f3<\/title>\n<meta name=\"description\" content=\"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xianwaizhiyin.net\/?p=1015\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5 - \u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"og:description\" content=\"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xianwaizhiyin.net\/?p=1015\" \/>\n<meta property=\"og:site_name\" content=\"\u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-28T13:55:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-28T00:41:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"loken\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/\",\"name\":\"\u5f26\u5916\u4e4b\u97f3\",\"description\":\"FFmpeg\u3001WebRTC\uff0cSRS \u97f3\u89c6\u9891\u3001\u6d41\u5a92\u4f53\u6280\u672f\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xianwaizhiyin.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1015#primaryimage\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1.png\",\"contentUrl\":\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1.png\",\"width\":624,\"height\":559},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1015#webpage\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/?p=1015\",\"name\":\"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5 - \u5f26\u5916\u4e4b\u97f3\",\"isPartOf\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1015#primaryimage\"},\"datePublished\":\"2022-02-28T13:55:03+00:00\",\"dateModified\":\"2022-07-28T00:41:16+00:00\",\"author\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\"},\"description\":\"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5\",\"breadcrumb\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1015#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xianwaizhiyin.net\/?p=1015\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1015#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.xianwaizhiyin.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\",\"name\":\"loken\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#personlogo\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g\",\"caption\":\"loken\"},\"sameAs\":[\"https:\/\/www.xianwaizhiyin.net\/\"],\"url\":\"https:\/\/www.xianwaizhiyin.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5 - \u5f26\u5916\u4e4b\u97f3","description":"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xianwaizhiyin.net\/?p=1015","og_locale":"zh_CN","og_type":"article","og_title":"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5 - \u5f26\u5916\u4e4b\u97f3","og_description":"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5","og_url":"https:\/\/www.xianwaizhiyin.net\/?p=1015","og_site_name":"\u5f26\u5916\u4e4b\u97f3","article_published_time":"2022-02-28T13:55:03+00:00","article_modified_time":"2022-07-28T00:41:16+00:00","og_image":[{"url":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"loken","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.xianwaizhiyin.net\/#website","url":"https:\/\/www.xianwaizhiyin.net\/","name":"\u5f26\u5916\u4e4b\u97f3","description":"FFmpeg\u3001WebRTC\uff0cSRS \u97f3\u89c6\u9891\u3001\u6d41\u5a92\u4f53\u6280\u672f","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xianwaizhiyin.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"ImageObject","@id":"https:\/\/www.xianwaizhiyin.net\/?p=1015#primaryimage","inLanguage":"zh-Hans","url":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1.png","contentUrl":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/x86-2-1.png","width":624,"height":559},{"@type":"WebPage","@id":"https:\/\/www.xianwaizhiyin.net\/?p=1015#webpage","url":"https:\/\/www.xianwaizhiyin.net\/?p=1015","name":"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5 - \u5f26\u5916\u4e4b\u97f3","isPartOf":{"@id":"https:\/\/www.xianwaizhiyin.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=1015#primaryimage"},"datePublished":"2022-02-28T13:55:03+00:00","dateModified":"2022-07-28T00:41:16+00:00","author":{"@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3"},"description":"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5","breadcrumb":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=1015#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xianwaizhiyin.net\/?p=1015"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.xianwaizhiyin.net\/?p=1015#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.xianwaizhiyin.net\/"},{"@type":"ListItem","position":2,"name":"X86\u6c47\u7f16\u5165\u95e8-\u8bed\u6cd5"}]},{"@type":"Person","@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3","name":"loken","image":{"@type":"ImageObject","@id":"https:\/\/www.xianwaizhiyin.net\/#personlogo","inLanguage":"zh-Hans","url":"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g","caption":"loken"},"sameAs":["https:\/\/www.xianwaizhiyin.net\/"],"url":"https:\/\/www.xianwaizhiyin.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/1015","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1015"}],"version-history":[{"count":10,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/1015\/revisions"}],"predecessor-version":[{"id":2757,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/1015\/revisions\/2757"}],"wp:attachment":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1015"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1015"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1015"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}