Skip to content

Commit

Permalink
SandAnalyze
Browse files Browse the repository at this point in the history
Added README
  • Loading branch information
alicangnll committed Apr 5, 2024
1 parent 4f76dc4 commit bc20c43
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# SandAnalyze
Malware Analyze for Professionals
Simulate Windows EXE for Malware Research!

<b>What is This ?</b>
<p>
SandAnalyze is a program that allows you to examine Windows EXE files on Linux with the help of GDB Debugger and perform operations on memory.
<br><br>
SandAnalyze, Linux üzerinde Windows EXE dosyalarını GDB Debugger yardımıyla inceleyebileceğiniz ve memory üzerinde işlem yapabileceğiniz bir programdır.
</p>

<br>
<img src="pic/test2.png" />
<br>

<b>Installation</b>
<pre>
Expand All @@ -10,6 +21,7 @@ Copy malware inside of examples/rootfs/windows_xx/bin
Run python_malwaresandbox.py
Example EXE name : example.exe
</pre>
<b>Pictures</b>

<br>
<img src="pic/test1.png" />
<br>

0 comments on commit bc20c43

Please sign in to comment.