<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Famasoon</title>
    <description>The latest articles on DEV Community by Famasoon (@famasoon).</description>
    <link>https://dev.to/famasoon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F101949%2Ff77ae415-6a78-4865-b44c-8e63ae13102f.jpg</url>
      <title>DEV Community: Famasoon</title>
      <link>https://dev.to/famasoon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/famasoon"/>
    <language>en</language>
    <item>
      <title>Create Binary Analysis VM</title>
      <dc:creator>Famasoon</dc:creator>
      <pubDate>Mon, 17 Sep 2018 09:22:53 +0000</pubDate>
      <link>https://dev.to/famasoon/create-binary-analysis-vm-3f9g</link>
      <guid>https://dev.to/famasoon/create-binary-analysis-vm-3f9g</guid>
      <description>&lt;h1&gt;
  
  
  Create Binary Analysis VM
&lt;/h1&gt;

&lt;p&gt;I created VM for reverse engineering.&lt;br&gt;
This is the note at that time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install Virtual Box
&lt;/h2&gt;

&lt;p&gt;To run VMs needs hypervisor.&lt;br&gt;
I choose the Virtual Box.&lt;br&gt;
Because, Virtual Box is easy to use and free.&lt;br&gt;
To install Virtual Box navigate to the this page.&lt;br&gt;
&lt;a href="https://www.virtualbox.org/wiki/Downloads"&gt;https://www.virtualbox.org/wiki/Downloads&lt;/a&gt;&lt;br&gt;
You choose the package for your system, and download it.&lt;br&gt;
Run the installer.&lt;br&gt;
If you are using the mac OS, you can install with this command too.&lt;/p&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;brew cask install virtualbox
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Installing Free Windows 7
&lt;/h2&gt;

&lt;p&gt;Microsoft provide free windows VMs.&lt;br&gt;
Those VMs have a limited license that will expire after 90 days.&lt;br&gt;
To install VMs navigate to the this page.&lt;br&gt;
&lt;a href="https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/"&gt;https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/&lt;/a&gt;&lt;br&gt;
You select the VM:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Windows 7(x86)&lt;/li&gt;
&lt;li&gt;Virtual Box&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Downloaded the .zip file, and extract it.&lt;br&gt;
This file contain the .ova file.&lt;/p&gt;

&lt;p&gt;Next, open Virtual Box and select File &amp;gt; Import Appliance.&lt;br&gt;
Select the .ova file that you just extracted and click continue.&lt;br&gt;
The settings should be ok, you click Import.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installing FLARE-VM
&lt;/h2&gt;

&lt;p&gt;FLARE-VM is Windows-based security distribution for reverse engineer.&lt;br&gt;
&lt;a href="https://github.com/fireeye/flare-vm"&gt;https://github.com/fireeye/flare-vm&lt;/a&gt;&lt;br&gt;
It's installed many reverse engineering tools. &lt;/p&gt;

&lt;p&gt;To install on Windows VM, you visit the following URL with Internet Explorer.&lt;br&gt;
&lt;a href="http://boxstarter.org/package/url?https://raw.githubusercontent.com/fireeye/flare-vm/master/flarevm_malware.ps1"&gt;http://boxstarter.org/package/url?https://raw.githubusercontent.com/fireeye/flare-vm/master/flarevm_malware.ps1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After you navigate to the above URL, you will be asked with a dialog.&lt;br&gt;
Select Run to continue the installation.&lt;br&gt;
You input password and press Enter with a console window.&lt;br&gt;
The installation process takes time, please drink coffee and wait.&lt;br&gt;
After installation, you got the binary analysis VM.&lt;br&gt;
Yeah, you did it!! Enjoy!!&lt;/p&gt;

</description>
      <category>reverseengineering</category>
    </item>
  </channel>
</rss>
