Rehex - Reverse Engineers' Hex Editor
2020-11-18 05:30:00 Author: www.blogger.com(查看原文) 阅读量:134 收藏

tag:blogger.com,1999:blog-8317222231133660547.post-73420285052000041472020-11-17T17:30:00.009-03:002020-11-17T17:30:12.410-03:00Rehex - Reverse Engineers' Hex Editor<div class="separator" style="clear: both; text-align: center;"><a href="https://1.bp.blogspot.com/-168MHpgk57E/X7NdmptBhgI/AAAAAAAAUY0/0oPe5hG7G2QHp-FF-tRhCrMmzwlPZmWpQCNcBGAsYHQ/s854/rehex_2_comments-types.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="480" data-original-width="854" height="360" src="https://1.bp.blogspot.com/-168MHpgk57E/X7NdmptBhgI/AAAAAAAAUY0/0oPe5hG7G2QHp-FF-tRhCrMmzwlPZmWpQCNcBGAsYHQ/w640-h360/rehex_2_comments-types.gif" width="640" /></a></div><p><br /></p> <p>A cross-platform (Windows, Linux, Mac) <a href="https://www.kitploit.com/search/label/Hex%20Editor" target="_blank" title="hex editor">hex editor</a> for reverse engineering, and everything else.</p><span><a name='more'></a></span><div><br /></div><span style="font-size: large;"><b>Features</b></span><br /> <ul> <li>Large (1TB+) file support</li> <li>Decoding of integer/floating point value types</li> <li>Disassembly of machine code</li> <li>Highlighting and annotation of ranges of bytes</li> <li>Side by side comparision of selections</li> </ul> <p><br /></p><div class="separator" style="clear: both; text-align: center;"><a href="https://1.bp.blogspot.com/-IZmfaVEiZvI/X7NdxXrojTI/AAAAAAAAUY4/o_9bNDdC1DQx6lfqQdKO4fTahkReETxOACNcBGAsYHQ/s854/rehex_2_comments-types.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="480" data-original-width="854" height="360" src="https://1.bp.blogspot.com/-IZmfaVEiZvI/X7NdxXrojTI/AAAAAAAAUY4/o_9bNDdC1DQx6lfqQdKO4fTahkReETxOACNcBGAsYHQ/w640-h360/rehex_2_comments-types.gif" width="640" /></a></div><br /><div class="separator" style="clear: both; text-align: center;"><a href="https://1.bp.blogspot.com/-VNjiNesvqQQ/X7NdxXQTeTI/AAAAAAAAUY8/_uN45-QIe3skQeJijG65kS7mOGsm9CvLwCNcBGAsYHQ/s854/rehex_3_file-diff.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="480" data-original-width="854" height="360" src="https://1.bp.blogspot.com/-VNjiNesvqQQ/X7NdxXQTeTI/AAAAAAAAUY8/_uN45-QIe3skQeJijG65kS7mOGsm9CvLwCNcBGAsYHQ/w640-h360/rehex_3_file-diff.gif" width="640" /></a></div><p><br /></p><span style="font-size: large;"><b>Installation</b></span><br /> <p>The <a href="https://github.com/solemnwarning/rehex/releases" rel="nofollow" target="_blank" title="Releases">Releases</a> page has standalone packages for <a href="https://www.kitploit.com/search/label/Windows" target="_blank" title="Windows">Windows</a> and Mac, as well as installable packages for popular Linux distributions, or you can install them from a distribution package repository as described below.</p> <p>The same packages are also produced for Git commits (look for the tick), if you want to try the development/unreleased versions.</p> <br /><b>Debian</b><br /> <p>First, you will need to add my APT signing key to your system:</p> <pre><code>wget -qO - https://repos.solemnwarning.net/debian-key.gpg | sudo apt-key add -<br /></code></pre> <p>Add the following lines to your <code>/etc/apt/sources.list</code> file:</p> <pre><code>deb http://repos.solemnwarning.net/debian/ CODENAME main<br />deb-src http://repos.solemnwarning.net/debian/ CODENAME main<br /></code></pre> <p>Replace <code>CODENAME</code> with the version you're running (e.g. <code>buster</code> or <code>stretch</code>).</p> <p>Finally, you can install the package:</p> <pre><code>$ sudo apt-get update<br />$ sudo apt-get install rehex<br /></code></pre> <br /><b>Ubuntu</b><br /> <p>First, you will need to add my APT signing key to your system:</p> <pre><code>wget -qO - https://repos.solemnwarning.net/ubuntu-key.gpg | sudo apt-key add -<br /></code></pre> <p>Add the following lines to your <code>/etc/apt/sources.list</code> file:</p> <pre><code>deb http://repos.solemnwarning.net/ubuntu/ CODENAME main<br />deb-src http://repos.solemnwarning.net/ubuntu/ CODENAME main<br /></code></pre> <p>Replace <code>CODENAME</code> with the version you're running (e.g. <code>groovy</code> for 20.10 or <code>focal</code> for 20.04).</p> <p>Finally, you can install the package:</p> <pre><code>$ sudo apt-get update<br />$ sudo apt-get install rehex<br /></code></pre> <p><strong>NOTE:</strong> Ubuntu users must have the "Universe" package repository enabled to install some of the dependencies.</p> <br /><b>Fedora</b><br /> <pre><code>$ sudo dnf copr enable solemnwarning/rehex<br />$ sudo dnf install rehex<br /></code></pre> <br /><b>CentOS</b><br /> <pre><code>$ sudo dnf install epel-release<br />$ sudo dnf copr enable solemnwarning/rehex<br />$ sudo dnf install rehex<br /></code></pre> <br /><b>openSUSE</b><br /> <pre><code>$ sudo zypper ar obs://editors editors<br />$ sudo zypper ref<br />$ sudo zypper in rehex<br /></code></pre> <br /><span style="font-size: large;"><b>Building</b></span><br /> <p>If you want to compile on Linux, just check out the source and run <code>make</code>. You will need Jansson, wxWidgets and <a href="https://www.kitploit.com/search/label/Capstone" target="_blank" title="capstone">capstone</a> installed, along with their development packages (Install <code>build-essential</code>, <code>git</code>, <code>libwxgtk3.0-dev</code>, <code>libjansson-dev</code> and <code>libcapstone-dev</code> on Ubuntu).</p> <p>The resulting build can be installed using <code>make install</code>, which accepts all the standard environment variables.</p> <p>For Windows or Mac build instructions, see the relevant README: <a href="https://github.com/solemnwarning/rehex/blob/master/README.Windows.md" rel="nofollow" target="_blank" title="README.Windows.md">README.Windows.md</a> <a href="https://github.com/solemnwarning/rehex/blob/master/README.OSX.md" rel="nofollow" target="_blank" title="README.OSX.md">README.OSX.md</a></p> <br /><span style="font-size: large;"><b>Feedback</b></span><br /> <p>If you find any bugs or have suggestions for improvements or new features, please open an issue on Github, or join the <code>#rehex</code> IRC channel on <code>irc.freenode.net</code>.</p> <br /><br /><div style="text-align: center;"><b><span style="font-size: x-large;"><a class="kiploit-download" href="https://github.com/solemnwarning/rehex" rel="nofollow" target="_blank" title="Download Rehex">Download Rehex</a></span></b></div>Zion3R[email protected]

文章来源: http://www.blogger.com/feeds/8317222231133660547/posts/default/7342028505200004147
如有侵权请联系:admin#unsafe.sh