-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fea15b5
Showing
1,064 changed files
with
156,341 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Contact: mailto:[email protected] | ||
Preferred-Languages: en, ru, hi, fr, de, he | ||
Canonical: https://cutter.re/.well-known/security.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,242 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- meta --> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name='description' content='Free and Open Source RE Platform powered by Rizin'> | ||
<meta name="keywords" content=""> | ||
<!-- Facebook Open Graph --> | ||
<meta content="Cutter" property="og:site_name"> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta content="Cutter" property="og:title"> | ||
<meta content="website" property="og:type"> | ||
<meta content="Free and Open Source RE Platform powered by Rizin" property="og:description"> | ||
<meta content="https://cutter.re//2019/07/26/" property="og:url"> | ||
<meta content="" property="og:image"> | ||
|
||
|
||
<meta content="2019-07-26T00:00:00+00:00" property="article:published_time"> | ||
<!-- Twitter cards --> | ||
<meta name="twitter:site" content="@cutter_re"> | ||
<meta name="twitter:creator" content="@"> | ||
<meta name="twitter:title" content="Cutter"> | ||
<meta name="twitter:description" content="Free and Open Source RE Platform powered by Rizin"> | ||
<meta name="twitter:card" content="summary"><meta name="twitter:image" content=""> | ||
<!-- Site Title --> | ||
<title> Cutter </title> | ||
<!-- Add Favicon --> | ||
<link rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-icon"/> | ||
<link rel="icon" href="/assets/images/favicon.png" type="image/x-icon"/> | ||
<!-- Vendor CSS --> | ||
<link rel="stylesheet" href="/assets/css/vendor.min.css"> | ||
<!-- Main CSS --> | ||
<link rel="stylesheet" href="/assets/css/style.css"> | ||
<link type="application/atom+xml" rel="alternate" href="https://cutter.re//index.xml" title="Cutter" /> | ||
</head> | ||
<body> | ||
<main class="main-area"> | ||
|
||
|
||
|
||
<header class="header-area bg-color2"> | ||
<div class="container"> | ||
<div class="header-nav"> | ||
<div class="row"> | ||
<div class="col-lg-2"> | ||
<div class="header-logo"> | ||
<a href="https://cutter.re/"><img src="/assets/images/cutter-small.svg " alt="Cutter"></a> | ||
</div> | ||
</div> | ||
<div class="col-lg-10"> | ||
<nav class="cutter-navbar"> | ||
<ul class="slimmenu main-menu"> | ||
<li><a href="/blog" class="js-scroll-trigger"><b>Blog</b></a></li> | ||
<li> | ||
<a href="#">Links</a> | ||
<ul> | ||
<li><a href="/getting-started"><b>Getting Started</b></a></li> | ||
<li><a href="https://github.com/rizinorg/cutter-plugins" target="_blank">Plugins</a></li> | ||
<li><a href="/download">Download</a></li> | ||
<li><a href="/docs/building.html">Build from source</a></li> | ||
<li><a href="/about">About</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="/#features" class="js-scroll-trigger">Features</a></li> | ||
<li><a href="/docs/" class="js-scroll-trigger">Documentation</a></li> | ||
<li><a href="/#community" class="js-scroll-trigger">Community</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<ul class="header-shape list-inline"> | ||
<li class="left"><img src="/assets/images/header-bg-shap2.png" alt="shape image"/></li> | ||
<li class="right"><img src="/assets/images/header-bg-shap3.png" alt="shape image"/></li> | ||
</ul> | ||
|
||
</div> | ||
</header> | ||
|
||
|
||
<div class="blog-area bg-color1 p-t-130 p-b-130"> | ||
<div class="container"> | ||
<div class="blog-wrapper"> | ||
<div class="row"> | ||
|
||
<div class="col-md-6"> | ||
<article class="blog-post"> | ||
|
||
<div class="post-img"><a href="/analyzing-dropshot-part-2"><img src="/assets/images/blog/posts/dropshot-analysis/dropshot_part2.png"" alt="Decrypting APT33’s Dropshot Malware with Radare2 and Cutter – Part 2"/></a></div> | ||
|
||
|
||
<div class="post-content"> | ||
<div class="post-date">26<span>Jul</span></div> | ||
<div class="post-author"> | ||
<div class="author-img"><img src="/assets/images/blog/authors/megabeets.png" alt="Itay Cohen"/></div> | ||
<div class="author-content"> | ||
<a href="/authors/itay_cohen">Itay Cohen</a> | ||
<ul class="meta-info list-inline"> | ||
<li class="list-inline-item"><i class="fas fa-tag"></i><a href="/tag/plugins">Plugins</a></li> | ||
<li class="list-inline-item"><i class="far fa-clock"></i>26 July 2019</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="post-desc"> | ||
<h5 class="heading-5"><a href="/analyzing-dropshot-part-2">Decrypting APT33’s Dropshot Malware with Radare2 and Cutter – Part 2</a></h5> | ||
<p>Prologue Previously, in the first part of this article, we used Cutter, a GUI for...</p> | ||
<a href="/analyzing-dropshot-part-2" class="post-btn">Read More</a> | ||
</div> | ||
</div> | ||
</article> | ||
</div> | ||
|
||
<div class="col-md-6"> | ||
<article class="blog-post"> | ||
|
||
<div class="post-img"><a href="/analyzing-dropshot-part-1"><img src="/assets/images/blog/posts/dropshot-analysis/dropshot_part1.png" alt="Decrypting APT33’s Dropshot Malware with Radare2 and Cutter – Part 1"/></a></div> | ||
|
||
|
||
<div class="post-content"> | ||
<div class="post-date">26<span>Jul</span></div> | ||
<div class="post-author"> | ||
<div class="author-img"><img src="/assets/images/blog/authors/megabeets.png" alt="Itay Cohen"/></div> | ||
<div class="author-content"> | ||
<a href="/authors/itay_cohen">Itay Cohen</a> | ||
<ul class="meta-info list-inline"> | ||
<li class="list-inline-item"><i class="fas fa-tag"></i><a href="/tag/plugins">Plugins</a></li> | ||
<li class="list-inline-item"><i class="far fa-clock"></i>26 July 2019</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="post-desc"> | ||
<h5 class="heading-5"><a href="/analyzing-dropshot-part-1">Decrypting APT33’s Dropshot Malware with Radare2 and Cutter – Part 1</a></h5> | ||
<p>Prologue As a reverse engineer and malware researcher, the tools I use are super important...</p> | ||
<a href="/analyzing-dropshot-part-1" class="post-btn">Read More</a> | ||
</div> | ||
</div> | ||
</article> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="footer-wrapper"> | ||
<footer class="footer-area bg-color2"> | ||
<div class="container"> | ||
<div class="footer-widget-wrraper"> | ||
<div class="row"> | ||
<div class="col-md-6 col-lg-4"> | ||
<a href="#" class="footer-logo"><img src="/assets/images/cutter-very-small.svg" alt="Cutter" /></a> | ||
<div class="footer-widget"> | ||
<p>Cutter is a FREE and open-source reverse-engineering platform. Cutter is created by | ||
reverse | ||
engineers for reverse engineers </p> | ||
<ul class="social-link list-inline"> | ||
<li class="list-inline-item"><a href="https://www.github.com/rizinorg/cutter"><i | ||
class="fab fa-github"></i></a></li> | ||
<li class="list-inline-item"><a href="https://www.twitter.com/cutter_re"><i | ||
class="fab fa-twitter"></i></a></li> | ||
<li class="list-inline-item"><a href="https://t.me/cutter_re"><i | ||
class="fab fa-telegram-plane"></i></a></li> | ||
<li class="list-inline-item"><a href="https://web.libera.chat/#cutter"><i | ||
class="fas fa-comment-dots"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-lg-3"> | ||
<div class="footer-widget"> | ||
<div class="widget-title"> | ||
<h5 class="heading-5">Cutter</h5> | ||
</div> | ||
<ul class="widget-list list-inline"> | ||
<li> | ||
<a href="/docs/building.html" target="_blank"> | ||
Build From Source | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://cutter.re/docs/contributing.html" target="_blank"> | ||
Contribute | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/rizinorg/cutter/issues" target="_blank"> | ||
Report an issue | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/rizinorg/cutter/blob/master/COPYING" target="_blank"> | ||
License | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-lg-2"> | ||
<div class="footer-widget"> | ||
<div class="widget-title"> | ||
<h5 class="heading-5">Resources</h5> | ||
</div> | ||
<ul class="widget-list list-inline"> | ||
<li><a href="https://cutter.re/docs/" target="_blank">Documentation</a></li> | ||
<li><a href="https://github.com/rizinorg/cutter-plugins" target="_blank">Plugins</a> | ||
</li> | ||
<li><a href="https://rizin.re" target="_blank">Rizin</a></li> | ||
<li><a href="#">Help</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<div class="footer-copyright-wrapper text-center"> | ||
<p>© 2023 Cutter - a <a href="https://rizin.re/" | ||
target="_blank"><b>rizin.re</b></a> project • Website by <a href="https://www.megabeets.net" | ||
target="_blank"><b>Megabeets</b></a> </p> | ||
</div> | ||
<a href="#" class="scrollToTop"><i class="fas fa-angle-up"></i></a> | ||
</div> | ||
<ul class="footer-shape list-inline"> | ||
<li class="left"><img src="/assets/images/footer-shap.png" alt="footer shape" /></li> | ||
<li class="right"><img src="/assets/images/footer-shap2.png" alt="footer shape" /></li> | ||
</ul> | ||
</footer> | ||
</div> | ||
</main> | ||
<!-- jQuery --> | ||
<script src="/assets/js/vendor.min.js"></script> | ||
<script src="/assets/js/app.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.js" integrity="sha512-bvV1V1YSjP1fbfKJjTlNmdnUO2XpsLYUdKwmz5UXBi5U+x40rx9JpA0ooQUMZfpz1MaaBC0ydNLoC6r0sitPUQ==" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.