104 lines
4.0 KiB
HTML
104 lines
4.0 KiB
HTML
<!doctype html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<title>ImHex Web - Free Online Hex Editor for Reverse Engineers</title>
|
|
|
|
<link rel="manifest" href="manifest.json">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<meta name="title" content="ImHex">
|
|
<meta name="description" content="Free and extremely powerful Online Hex Editor for your Web Browser. ImHex is a free and open source Hex Editor for Reverse Engineers and Developers and Data Analysts.">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link rel="apple-touch-icon" href="icon.png">
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://imhex.werwolv.net/">
|
|
<meta property="og:title" content="ImHex Web - Online Hex Editor">
|
|
<meta property="og:image" content="https://imhex.werwolv.net/assets/splash_wasm.png">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:url" content="https://imhex.werwolv.net/">
|
|
<meta property="twitter:title" content="ImHex Web - Online Hex Editor">
|
|
<meta property="twitter:description"
|
|
content="A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.">
|
|
<meta property="twitter:image" content="https://imhex.werwolv.net/assets/splash_wasm.png">
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
|
<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>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="loading" class="centered">
|
|
<img src="https://raw.githubusercontent.com/WerWolv/ImHex/master/plugins/builtin/romfs/assets/dark/banner.png" id="logo" alt="ImHex Logo">
|
|
<h1>A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.</h1>
|
|
<h2>Available both natively and on the web</h2>
|
|
<h5>ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.</h5>
|
|
|
|
<div style="height: 50%">
|
|
<div style="height: 30%"> </div>
|
|
<h2 id="not_working">
|
|
Not loading in your Browser? <a href="https://imhex.werwolv.net">Try the native version</a>
|
|
</h2>
|
|
<div class="progress-bar-container">
|
|
<div class="progress progress-moved">
|
|
<div class="progress-bar" id="progress-bar-content">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="loading_ripple">
|
|
<div class="lds-ripple"><div></div><div></div></div>
|
|
</div>
|
|
|
|
<div style="height: 10%">
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<a href="https://imhex.werwolv.net">Homepage</a>
|
|
<p>Made with ♥️ by the ImHex Team</p>
|
|
<a href="https://github.com/WerWolv/ImHex">GitHub</a>
|
|
</div>
|
|
</div>
|
|
|
|
<canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()"></canvas>
|
|
|
|
<script src="wasm-config.js"></script>
|
|
<script async src="imhex.js"></script>
|
|
</body>
|
|
</html> |