-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
12 lines (12 loc) · 4.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html><html lang="en-gb"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>loaders.re</title><meta name="description" content="Simplifying the search for loaders"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://bsendpacket.github.io/loaders.re/"><link rel="alternate" type="application/atom+xml" href="https://bsendpacket.github.io/loaders.re/feed.xml"><link rel="alternate" type="application/json" href="https://bsendpacket.github.io/loaders.re/feed.json"><meta property="og:title" content="loaders.re"><meta property="og:site_name" content="loaders.re"><meta property="og:description" content="Simplifying the search for loaders"><meta property="og:url" content="https://bsendpacket.github.io/loaders.re/"><meta property="og:type" content="website"><link rel="stylesheet" href="https://bsendpacket.github.io/loaders.re/assets/css/style.css?v=6fbb1e8931a5afe843374fd67c192c86"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"loaders.re","url":"https://bsendpacket.github.io/loaders.re/"}</script><noscript><style>img[loading] {
opacity: 1;
}</style></noscript></head><body><div class="site-container"><header class="top" id="js-header"><a class="logo" href="https://bsendpacket.github.io/loaders.re/">loaders.re</a></header><main><div class="hero"><figure class="hero__image hero__image--overlay"><img src="https://bsendpacket.github.io/loaders.re/media/website/hacking_a_bunch_of_flowers_and_crystals.png" srcset="https://bsendpacket.github.io/loaders.re/media/website/responsive/hacking_a_bunch_of_flowers_and_crystals-xs.webp 300w, https://bsendpacket.github.io/loaders.re/media/website/responsive/hacking_a_bunch_of_flowers_and_crystals-sm.webp 480w, https://bsendpacket.github.io/loaders.re/media/website/responsive/hacking_a_bunch_of_flowers_and_crystals-md.webp 768w, https://bsendpacket.github.io/loaders.re/media/website/responsive/hacking_a_bunch_of_flowers_and_crystals-lg.webp 1024w, https://bsendpacket.github.io/loaders.re/media/website/responsive/hacking_a_bunch_of_flowers_and_crystals-xl.webp 1360w, https://bsendpacket.github.io/loaders.re/media/website/responsive/hacking_a_bunch_of_flowers_and_crystals-2xl.webp 1600w" sizes="100vw" loading="eager" width="2912" height="1632" alt=""></figure><header class="hero__content"><div class="wrapper"><h1>loaders.re</h1><p>Simplifying the search for loaders</p><div class="post__meta post__meta--author"><a href="https://bsendpacket.github.io/loaders.re/authors/bsendpacket-donaldduck8/" class="feed__author">bsendpacket, donaldduck8</a></div></div></header></div><div class="feed"><article class="feed__item"><header class="wrapper"><div class="feed__meta"><a href="https://bsendpacket.github.io/loaders.re/authors/bsendpacket-donaldduck8/" class="feed__author">bsendpacket, donaldduck8</a> <time datetime="2024-06-21T17:28" class="feed__date">June 21, 2024</time></div><h2><a href="https://bsendpacket.github.io/loaders.re/about/">loaders.re</a></h2></header><div class="wrapper"><p>This project is coming soon. For now, here is what we have planned: Loader families commonly go unlabeled within malware analysis reporting, unless they are popular or infamous. Even if reporting for a loader exists, it can be very difficult to find due to the…</p><a href="https://bsendpacket.github.io/loaders.re/about/" class="readmore feed__readmore">Continue reading...</a></div></article></div></main><footer class="footer"><div class="footer__copyright"><p>Powered by Publii</p></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="https://bsendpacket.github.io/loaders.re/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script defer="defer" src="https://bsendpacket.github.io/loaders.re/assets/js/scripts.min.js?v=f47c11534595205f20935f0db2a62a85"></script><script>window.publiiThemeMenuConfig={mobileMenuMode:'sidebar',animationSpeed:300,submenuWidth: 'auto',doubleClickTime:500,mobileMenuExpandableSubmenus:true,relatedContainerForOverlayMenuSelector:'.top'};</script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script></body></html>