<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Reverse-Engineering on Tomasz Jarosik blog</title><link>https://tomasz.jarosik.online/tags/reverse-engineering/</link><description>Recent content in Reverse-Engineering on Tomasz Jarosik blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 25 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://tomasz.jarosik.online/tags/reverse-engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>Reverse engineering – simple patch</title><link>https://tomasz.jarosik.online/posts/reverse-engineering-picoctf/</link><pubDate>Sat, 25 Mar 2023 00:00:00 +0000</pubDate><guid>https://tomasz.jarosik.online/posts/reverse-engineering-picoctf/</guid><description>&lt;p&gt;I recently started practicing challenges on the picoCTF website. One of the challenges is to obtain a flag from a program. And the program despite its .exe name was ELF binary. Ok, so few initial steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Can I run it? -&amp;gt; no, it complains about some dependencies&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;There were some missing libgnat-7 dependencies. Hmm, how to install them? Docker containers come in handy. Especially that a binary while viewed in hex, had a Ubuntu 18 string. Thus I used Ubuntu-18 container and installed libgnat-7.
2) Can I run it now? -&amp;gt; Yes, but it hangs&lt;/p&gt;</description></item></channel></rss>