Difference between revisions of "Main Page"

From wxHexEditor
Jump to navigation Jump to search
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''wxHexEditor's wiki page has been successfully installed.'''
+
Welcome to wxHexEditor wiki pages.
  
 +
In this wiki, we try to introduce you the wxHexEditor and give some hits about it's usage and features.
  
I try to build a documentation here.
+
Version information and change logs of the wxHexEditor is [[Versions| here!]]
  
 
= Tips =
 
= Tips =
== Offset Mode Change ==
+
*[[Offset Mode Change]]
You can change address mode between decimal, hexadecimal, octal or sector:decimal (only available on block devices) just by '''Right Click'''ing to offset area of the file
+
*[[Offset Increase & Decrease by 1 with Mouse]]
 
+
*[[Copy Offset Address]]
[[File:AddressModeChange.gif|Right click to address area]]
+
*[[Copying Hex or Text]]
 
+
*[[CLI - Command Line Interface]]
 
 
== Copy Offset Address ==
 
You don't need to select and copy address from offset panel. Just move your mouse to what address you want to copy and issue a '''Left Click'''. Value of the offset will be copied to system clipboard.
 
 
 
 
 
== Copy Hex or Text ==
 
In wxHexEditor, active panel defines the copy format.
 
 
 
If Hex panel is active (have a cursor), copy function copies the selection as in hex format like <pre>74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65</pre>
 
 
 
If Text panel is active, than copy function copies the selection as in binary format, like <pre>testfiletestfile</pre>
 
 
 
 
 
== Easy Block Selection ==
 
You want to select big blocks? You can start block/stop block feature for define blocks.
 
 
 
Press '''Left Click''' to move cursor to mark beginning offset''' -> Right Click -> Set Selection Block Start - > Left Click''' to move cursor to mark end offset '''-> Right Click -> Set Selection Block End'''
 
 
 
== Features ==
 
  
 +
= Features =
 +
*[[Easy Block Selection]]
 
*[[CopyAs]]
 
*[[CopyAs]]
 
 
*[[TAGs]]
 
*[[TAGs]]
 
+
*[[Panels#Disassembler_Panel | x86 Disassembler]]
=== Save as Dump===
+
*[[Save as Dump]]
Do you need save a part of the file in binary? This feature for you.
+
*[[Fill Selection]]
 
+
*[[Delete and Insert Operations]]
Just select to blocks that you want to dump and
+
*[[Process RAM]]
 
+
*[[File Support]]
'''Right Click -> Save As Dump -> Select destination file -> Save'''
+
*[[Device Image Tools]]
 
 
=== Fill Selection ===
 
With this feature, you can fill the selected area with any hex value that you want.
 
 
 
'''Select a block -> Right Click -> Fill Selection -> Enter the hex value that you want -> Click OK'''
 
 
 
=== Delete and Injection Operations ===
 
wxHexEditor can delete and inject bytes into middle of the file, on the fly, without require of saving the file. Drawback of this feature is it cannot apply changes into file itself (yet). Instead, you have to use "Save As" function to save injected files.
 
 
 
 
== Tools ==
 
== Tools ==
'''TODO'''
+
*[[Binary File Comparator]]
 
+
*[[File Checksum Generator]]
=== Binary File Comparator ===
+
*[[XOR ViewThru]]
'''TODO PICTURE HERE'''
+
== Customization ==
 
+
*[[Preferences]]
wxHexEditor could compare 2 files and show differences of them via adding TAGs.
+
*[[Multi Language Support]]
Only half million of differences are allowed.
+
*[[Character Encoding Support]]
 
+
*[[Custom Hex Formatting]]
*Supported options are:
+
*[[Bytes Per Line Limit]]
** Search for different or same bytes.
+
==[[Panels]]==
** Merge sections if close as X bytes.
 
** Save results to file.
 
** Connect files for scrolling.
 
*** This option open the files side by side and other file will follow your scroll if you change your view.
 
 
 
=== File Checksum Generator ===
 
'''TODO PICTURE HERE'''
 
 
 
wxHexEditor could generate checksums for defined files.
 
 
 
'''Also can generate multiple hash at one pass.'''
 
 
 
The [http://mhash.sourceforge.net/ mhash] library is used for calculate the checksums.
 
 
 
*Allowed checksum functions are:
 
** MD2, MD4, MD5
 
** SHA1 (SHA128), SHA256, SHA384, SHA512
 
** RipeMD128, RipeMD160, RipeMD256, RipeMD320
 
** HAVAL128, HAVAL160, HAVAL192, HAVAL224, HAVAL256
 
** TIGER128, TIGER160, TIGER192
 
** ADLER, CRC32, CRC32B, WHIRLPOOL, GOST, SNEFRU128, SNEFRU256
 
 
 
=== XOR ViewThru ===
 
'''TODO'''
 
Do you want to edit a file that encrypted(!) with XOR? I do (At [[http://www.samygo.tv SamyGO.tv Project]]. Thanks to SAMSUNG's engineers for use this dummy encryption technique...) So wxHexEditor has a unique feature that, you can edit the files directly even if they encrypted with XOR.
 
 
 
== Devices ==
 
=== Open RAM ===
 
wxHexEditor cannot open physical RAM device yet.
 
 
 
=== Open Process Memory ===
 
wxHexEditor could open process memory space at least under Linux.
 
 
 
You need to have enough permissions to do that. (I mean, root)
 
 
 
'''Devices -> Open Process RAM -> Enter PID -> Click OK'''
 
 
 
Also you can open the PID with using this command line on start up:
 
wxHexEditor --pid=<PID>
 
 
 
=== Open Disk Devices ===
 
wxHexEditor is indeed a DiskEditor and could open disk/block devices for editing, inspecting them without any problem at Linux, Windows and MacOSX.
 
 
 
=== Device Image Tools ===
 
==== Backup ====
 
wxHexEditor could save RAW disk/partition images into a file under all supported OSes.
 
==== Erase ====
 
wxHexEditor could fill block devices/partitions with zeros under all supported OSes.
 
==== Restore ====
 
wxHexEditor could restore a block device/partitions from raw file under all supported OSes.
 
 
 
== Preferences ==
 
[[Preferences]]
 
 
 
=== Multi Language Support ===
 
[[Multi Language Support]]
 
 
 
== Character Encoding Support ==
 
[[Character Encoding Support]]
 
 
 
=== Custom Hex Formatting ===
 
[[Custom Hex Formatting]]
 
 
 
=== Custom Byte Per Line Limit ===
 
[[Bytes Per Line Limit]]
 
  
== Panels ==
+
=Donors=
[[Panels]]
+
*[[Donation]]

Latest revision as of 01:38, 31 December 2017