<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>k0mkc</author_name>
  <author_url>https://blog.hatena.ne.jp/k0mkc/</author_url>
  <blog_title>ゴロリのブログ</blog_title>
  <blog_url>https://k0mkc.hatenablog.com/</blog_url>
  <categories>
    <anon>AntiCheatExpert</anon>
    <anon>TencentVM</anon>
  </categories>
  <description>ループの対応でさらに進歩ありました 前回ループには境界が知れているものとそうでないものがあると言いました 違いはこうです int bounded(int a, int b) { int count = 0; for (int i = 0; i &lt; 32; i++) count += (a &gt;&gt; i) &amp; (b &gt;&gt; i) &amp; 1; return count; } int unbounded(int a) { int steps = 0; for (; a != 1; steps++) a = (a % 2 == 0) ? a / 2 : 3 * a + 1; return steps; } こ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk0mkc.hatenablog.com%2Fentry%2F2026%2F07%2F26%2F080419&quot; title=&quot;AntiCheatExpert (Tencent VM) Devirt 9 - ゴロリのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/k/k0mkc/20260720/20260720204506.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-07-26 08:04:19</published>
  <title>AntiCheatExpert (Tencent VM) Devirt 9</title>
  <type>rich</type>
  <url>https://k0mkc.hatenablog.com/entry/2026/07/26/080419</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
