innodb-utils 5.1.0

InnoDB file analysis toolkit
Documentation
<!DOCTYPE html>
<html lang="en" class="h-full">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>InnoDB Analyzer</title>
    <meta name="description" content="Browser-based InnoDB tablespace analyzer — parse pages, validate checksums, extract SDI, hex dump, diff, and assess recovery. Powered by idb-utils WASM." />
    <meta name="theme-color" content="#0f172a" />
    <meta property="og:title" content="InnoDB Analyzer" />
    <meta property="og:description" content="Analyze InnoDB .ibd files directly in the browser with idb-utils WASM." />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://ringo380.github.io/idb-utils/" />
    <link rel="icon" href="/idb-utils/favicon.svg" type="image/svg+xml" />
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-SMQDMQW24Y"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-SMQDMQW24Y');
    </script>
  </head>
  <body class="h-full bg-gray-950 text-gray-100 font-mono antialiased">
    <div id="app" class="h-full flex flex-col"></div>
    <script type="module" src="/src/main.js"></script>
  </body>
</html>