<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hexedit | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/hexedit/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Thu, 14 May 2020 10:33:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>hexedit | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>Hex Editor for Raspberry-Pi</title>
		<link>https://learncgames.com/hex-editor-for-raspberry-pi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hex-editor-for-raspberry-pi</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sun, 24 May 2020 23:00:05 +0000</pubDate>
				<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[hexedit]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=672</guid>

					<description><![CDATA[<p>Sometimes you just need to view or maybe a binary file and here I&#8217;ve done that on the compiled file for asteroids. I can&#8217;t recommend doing that, but I wanted to try hexedit on the Raspberry Pi. I ran it against the asteroids compiled program and found the text. If you look I&#8217;ve changed the [&#8230;]</p>
The post <a href="https://learncgames.com/hex-editor-for-raspberry-pi/">Hex Editor for Raspberry-Pi</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-673" src="https://learncgames.com/wp-content/uploads/2020/05/hexedit.png" alt="Hex Editor Raspberry Pi" width="759" height="482" srcset="https://learncgames.com/wp-content/uploads/2020/05/hexedit.png 759w, https://learncgames.com/wp-content/uploads/2020/05/hexedit-300x191.png 300w" sizes="(max-width: 759px) 100vw, 759px" />Sometimes you just need to view or maybe a binary file and here I&#8217;ve done that on the compiled file for asteroids.</p>
<p>I can&#8217;t recommend doing that, but I wanted to try hexedit on the Raspberry Pi. I ran it against the asteroids compiled program and found the text.</p>
<p>If you look I&#8217;ve changed the d in starfield (first line of text) to an e. Then I saved it. The program, not unreasonably crashed when run with an error in the errolog.txt file: <em>Couldn&#8217;t open images/starfiele.png</em></p>
<p>You install hexedit with</p>
<pre>sudo apt install hexedit</pre>
<p>and run with the file you want to view/edit.</p>
<pre>hexedit asteroids
</pre>
<p>To view all the command press F1. It displays the man page for hexedit. Have fun!</p>The post <a href="https://learncgames.com/hex-editor-for-raspberry-pi/">Hex Editor for Raspberry-Pi</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">672</post-id>	</item>
	</channel>
</rss>
