Files
imhex/dist/web/source/index.html
2023-10-17 07:31:56 +00:00

3.1 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>

ImHex is loading...

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