Files
imhex/dist/web/source/index.html

4.0 KiB

<html lang="en-us"> <head> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "alumni": "WerWolv", "email": "hey@werwolv.net", "founder": "WerWolv", "slogan": "A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.", "url": "https://imhex.werwolv.net", "logo": "https://imhex.werwolv.net/assets/logos/logo.png" } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "ImHex Web", "operatingSystem": "Windows, MacOS, Linux", "applicationCategory": "DeveloperApplication", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" } } </script> <script src="enable-threads.js"></script> </head>

A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.

Available both natively and on the web

ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.

Not loading in your Browser? Try the native version

<script src="wasm-config.js"></script> <script async src="imhex.js"></script> </html>