<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://stoopidsimple.com">
<channel>
 <title>stoopidsimple.com - lfhex</title>
 <link>http://stoopidsimple.com/taxonomy/term/11/0</link>
 <description>Large File Hex Editor</description>
 <language>en</language>
<item>
 <title>lfhex - 0.42</title>
 <link>http://stoopidsimple.com/lfhex/0.42</link>
 <description>&lt;p&gt;Only one change in this version:&lt;br /&gt;
- fixed a bug where entering file offsets greater than 0xffffffff would result in changing the cursor to the wrong offset (it would wrap back to the beginning of the file).&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Thu, 18 Sep 2008 17:49:12 -0700</pubDate>
</item>
<item>
 <title>lfhex - 0.41</title>
 <link>http://stoopidsimple.com/lfhex/0.41</link>
 <description>&lt;p&gt;I have just uploaded a new version of lfhex. You can grab it from the &lt;a href=&quot;http://stoopidsimple.com/files/lfhex-0.41.tar.gz&quot;&gt;download&lt;/a&gt; link.&lt;/p&gt;
&lt;p&gt;Changes:&lt;br /&gt;
- The binary comparison mode (-c command line option) is re-enabled (Thanks Roy Damman!)&lt;br /&gt;
- Fixed a bug if -NDEBUG is used (Thanks Guenther Brunthaler!)&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Wed, 10 Sep 2008 18:57:42 -0700</pubDate>
</item>
<item>
 <title>lfhex - 0.4</title>
 <link>http://stoopidsimple.com/lfhex_0.4</link>
 <description>&lt;p&gt;It took me a little while longer to get some of the mundane issues sorted out (like changing from QPL to GPL to apease Qt 4.x licensing restrictions). But here it is!&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Sat, 04 Nov 2006 20:31:27 -0800</pubDate>
</item>
<item>
 <title>lfhex on Qt 4</title>
 <link>http://stoopidsimple.com/node/45</link>
 <description>&lt;p&gt;Life has been pretty hectic lately. But I am finally getting around to porting lfhex to Qt 4.0. This is my second 3.x to 4.x port and I have to say that it is a real pain. This one is made more difficult because I am also porting the build system to use qmake. It should be easy, but the source includes Flex/Bison source which only seems remotely supported by qmake.&lt;/p&gt;
&lt;p&gt;I expect to finish the port and testing within the week!&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/13">Qt</category>
 <pubDate>Fri, 13 Oct 2006 18:44:05 -0700</pubDate>
</item>
<item>
 <title>lfhex build updated (again)</title>
 <link>http://stoopidsimple.com/node/32</link>
 <description>&lt;p&gt;I just uploaded lfhex-0.3.7.2.tar.gz&lt;br /&gt;
This is a fix of a fix for a build issue :(&lt;br /&gt;
In 0.3.7.1 I broke the configure script for users who do not have libqt-mt.a/.so on their systems.&lt;br /&gt;
0.3.7.2 fixes this.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <pubDate>Tue, 27 Sep 2005 19:22:59 -0700</pubDate>
</item>
<item>
 <title>lfhex build updated</title>
 <link>http://stoopidsimple.com/lfhex_3_7_1</link>
 <description>&lt;p&gt;I just uploaded lfhex v.3.7.1. It is not a feature release. It addresses the following build issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reader::is_open() undefined on SuSE 9.3&lt;/li&gt;
&lt;li&gt;Problem linking lfhex if only libqt_mt.so exist (e.g. no libqt.so)&lt;/li&gt;
&lt;/ul&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <pubDate>Tue, 20 Sep 2005 19:30:33 -0700</pubDate>
</item>
<item>
 <title>lfhex - screenshots</title>
 <link>http://stoopidsimple.com/lfhex/screenshots</link>
 <description>&lt;p&gt;&lt;strong&gt;Main Window&lt;/strong&gt;&lt;br /&gt;
&lt;img src=&quot;images/lfhex/lfhex.jpg&quot;/&gt;&lt;br/&gt;&lt;br /&gt;
&lt;strong&gt;Conversion dialog (editing region using ascii display/edit mode)&lt;/string&gt;&lt;br /&gt;
&lt;img src=&quot;images/lfhex/lfhex_ascii.jpg&quot;/&gt;&lt;br/&gt;&lt;br /&gt;
&lt;strong&gt;Compare dialog&lt;/strong&gt;&lt;br /&gt;
&lt;img src=&quot;images/lfhex/compare.jpg&quot;/&gt;&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <pubDate>Sun, 07 Aug 2005 19:56:47 -0700</pubDate>
</item>
<item>
 <title>lfhex - manual</title>
 <link>http://stoopidsimple.com/lfhex/manual</link>
 <description>&lt;p&gt;&lt;br&gt;&lt;a NAME=&quot;Top&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Getting Started&lt;/li&gt;
&lt;ul&gt;
&lt;a href=&quot;http://stoopidsimple.com/lfhex/manual/#Compiling&quot;&gt;Compiling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
Functionality&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;http://stoopidsimple.com/lfhex/manual/#Viewing&quot;&gt;Viewing/Editing&lt;/a&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
Viewing base&lt;/li&gt;
&lt;li&gt;
Bytes per column&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;a href=&quot;http://stoopidsimple.com/lfhex/manual/#Conversion&quot;&gt;Conversion Dialog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stoopidsimple.com/lfhex/manual/#Searching&quot;&gt;Searching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stoopidsimple.com/lfhex/manual/#Compare&quot;&gt;Binary Compare Mode&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;hr WIDTH=&quot;100%&quot;&gt;&lt;br /&gt;
&lt;br&gt;&lt;a NAME=&quot;Compiling&quot;&gt;&lt;/a&gt;&lt;font size=+1&gt;&lt;a href=&quot;http://stoopidsimple.com/lfhex/manual/#Top&quot;&gt;Compiling&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;For most *nix systems, all that should be required is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Qt 4.x&lt;/li&gt;
&lt;li&gt;
a sane compiler with respect to templates (g++ works)&lt;/li&gt;
&lt;li&gt;
flex and bison (apt-get install flex bison)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;lfhex uses &lt;a href=&quot;http://doc.trolltech.com/4.4/qmake-manual.html&quot;&gt;&quot;qmake&quot;&lt;/a&gt; for builds. The following commands should work for most *nix systems.&lt;/p&gt;
&lt;pre style=&quot;margin:10px;background:lightgrey;&quot;&gt;% cd src
% qmake
% make
% make install
&lt;/pre&gt;&lt;p&gt;
&lt;hr WIDTH=&quot;100%&quot;&gt;&lt;br /&gt;
&lt;br&gt;&lt;a NAME=&quot;Running&quot;&gt;&lt;/a&gt;&lt;font size=+1&gt;&lt;a href=&quot;http://stoopidsimple.com/lfhex/manual/#Top&quot;&gt;Running&lt;/a&gt;&lt;/font&gt;
&lt;p&gt;lfhex supports basic X11 command line options supported through Qt&#039;s&lt;br /&gt;
QApplication class. Here are some options I find useful:&lt;br /&gt;
&lt;br&gt;-fg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;
Set foreground color.&lt;br /&gt;
&lt;br&gt;-bg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;
Set background color.
&lt;p&gt;A full list of supported X11 options can be found in the &lt;a href=&quot;http://doc.trolltech.com/4.1/qapplication.html&quot;&gt;Qt documentation&lt;br /&gt;
for the QApplication class&lt;/a&gt;.
&lt;p&gt;The command line option &quot;-c&quot; is used to start lfhex in &quot;compare&quot; mode.&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <pubDate>Sat, 06 Aug 2005 19:52:00 -0700</pubDate>
</item>
<item>
 <title>lfhex - (Large File Hex Editor)</title>
 <link>http://stoopidsimple.com/lfhex</link>
 <description>&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;br /&gt;
lfhex is an application for viewing and editing files in hex, octal, binary, or ascii text. The main strength of lfhex is it&#039;s ability to work with files much larger than system memory (or address space for that matter!).&lt;/p&gt;
</description>
 <category domain="http://stoopidsimple.com/taxonomy/term/1">C++</category>
 <category domain="http://stoopidsimple.com/taxonomy/term/11">lfhex</category>
 <pubDate>Sat, 06 Aug 2005 19:28:41 -0700</pubDate>
</item>
</channel>
</rss>
