mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 08:36:16 +00:00
64 lines
2.1 KiB
HTML
64 lines
2.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="author" content="Maurice Heumann" />
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
href="https://momo5502.com/emulator/pinata.png"
|
|
/>
|
|
|
|
<title>Sogen - Windows User Space Emulator</title>
|
|
|
|
<meta
|
|
name="description"
|
|
content="Sogen is a high-performance Windows user space emulator that can emulate windows processes. It is ideal for security-, DRM- or malware research."
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta
|
|
property="og:site_name"
|
|
content="Sogen - Windows User Space Emulator"
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta
|
|
property="og:title"
|
|
content="Sogen - Windows User Space Emulator"
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="Sogen is a high-performance Windows user space emulator that can emulate windows processes. It is ideal for security-, DRM- or malware research."
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta property="og:locale" content="en-us" data-react-helmet="true" />
|
|
<meta property="og:type" content="website" data-react-helmet="true" />
|
|
<meta
|
|
name="og:image"
|
|
content="https://repository-images.githubusercontent.com/842883987/9e56f43b-4afd-464d-85b9-d7e555751a39"
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta name="twitter:card" content="summary" data-react-helmet="true" />
|
|
<meta
|
|
name="twitter:title"
|
|
content="Sogen - Windows User Space Emulator"
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta
|
|
name="twitter:description"
|
|
content="Sogen is a high-performance Windows user space emulator that can emulate windows processes. It is ideal for security-, DRM- or malware research."
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://repository-images.githubusercontent.com/842883987/9e56f43b-4afd-464d-85b9-d7e555751a39"
|
|
data-react-helmet="true"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|