<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Radare2 on Insinuator.net - Bold Statements</title>
    <link>https://insinuator.net/tags/radare2/</link>
    <description>Recent content in Radare2 on Insinuator.net - Bold Statements</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 24 Oct 2016 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://insinuator.net/tags/radare2/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Reverse Engineering With Radare2 – Part 3</title>
      <link>https://insinuator.net/2016/10/reverse-engineering-with-radare2-part-3/</link>
      <pubDate>Mon, 24 Oct 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/10/reverse-engineering-with-radare2-part-3/</guid>
      <description>&lt;p&gt;Sorry about the larger delay between the previous post and this one, but I was very busy the last weeks.&lt;br&gt;&#xA;(And the technology I wanted to show wasn’t completely implemented in radare2, which means that I had to implement it on my own 😉 ). In case you’re new to this series, you’ll find the previous posts &lt;a href=&#34;https://insinuator.net/tag/radare2/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;As you may already know, we’ll deal with the third challenge today. The purpose for this one is to introduce&lt;br&gt;&#xA;some constructs which are often used in real programs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reverse Engineering With Radare2 – Part 2</title>
      <link>https://insinuator.net/2016/08/reverse-engineering-with-radare2-part-2/</link>
      <pubDate>Mon, 29 Aug 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/08/reverse-engineering-with-radare2-part-2/</guid>
      <description>&lt;p&gt;Welcome back to the radare2 reversing tutorials. If you’ve missed the previous parts, you can find them &lt;a href=&#34;https://www.insinuator.net/?p=6233&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;https://www.insinuator.net/2016/08/reverse-engineering-with-radare2-part-1/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Last time we’ve used the rabin2 application to view the  strings found inside the challenge01 binary to find password candidates. Based on the results we looked into the assembly to find the correct password. In this post, we’ll go through the next challenge and try out some of the features provided by radare2.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reverse Engineering With Radare2 – Part 1</title>
      <link>https://insinuator.net/2016/08/reverse-engineering-with-radare2-part-1/</link>
      <pubDate>Fri, 19 Aug 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/08/reverse-engineering-with-radare2-part-1/</guid>
      <description>&lt;p&gt;Welcome back to the radare2 reversing tutorials. If you’ve missed the intro, you can find it &lt;a href=&#34;https://www.insinuator.net/?p=6233&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The last time you got the challenge01 binary and your goal was to find the password for the login. Let’s see how the application looks like:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ ./challenge01&#xA;##################################&#xA;#          Challenge 1           #&#xA;#                                #&#xA;#      (c) 2016 Timo Schmid      #&#xA;##################################&#xA;Enter Password: test&#xA;Wrong!&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The first and simplest step would be to look for strings inside the binary. We could do this either by using the unix utility &lt;em&gt;strings&lt;/em&gt; or the binary analyzing binary from radare &lt;em&gt;rabin2:&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reverse Engineering With Radare2 – Intro</title>
      <link>https://insinuator.net/2016/08/reverse-engineering-with-radare2-intro/</link>
      <pubDate>Wed, 03 Aug 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/08/reverse-engineering-with-radare2-intro/</guid>
      <description>&lt;p&gt;As some of you may know, there is a “new” reverse engineering toolkit out there which tries to compete with IDA Pro in terms of reverse engineering. I’m talking about &lt;a href=&#34;http://radare.org/r/index.html&#34;&gt;radare2&lt;/a&gt;, a framework for reversing, patching, debugging and exploiting.&lt;/p&gt;&#xA;&lt;p&gt;It has large scripting capabilities, runs on all major plattforms (Android, GNU/Linux, [Net|Free|Open]BSD, iOS, OSX, QNX, w32, w64, Solaris, Haiku, FirefoxOS and even on your pebble smartwatch 😉 ) and is free.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
