Difference between revisions of "Main Page"

From wxHexEditor
Jump to navigation Jump to search
 
(32 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 ==
 
 
 
[[CopyAs]]
 
 
 
[[TAGs]]
 
 
 
=== Save as Dump===
 
Do you need save a part of the file in binary? This feature for you.
 
 
 
Just select to blocks that you want to dump and
 
 
 
'''Right Click -> Save As Dump -> Select destination file -> Save'''
 
 
 
=== Fill Selection ===
 
With this feature, you can fill the selected area with any hex value that you want.
 
 
 
 
 
=== 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.
 
  
 +
= Features =
 +
*[[Easy Block Selection]]
 +
*[[CopyAs]]
 +
*[[TAGs]]
 +
*[[Panels#Disassembler_Panel | x86 Disassembler]]
 +
*[[Save as Dump]]
 +
*[[Fill Selection]]
 +
*[[Delete and Insert Operations]]
 +
*[[Process RAM]]
 +
*[[File Support]]
 +
*[[Device Image Tools]]
 
== Tools ==
 
== Tools ==
'''TODO'''
+
*[[Binary File Comparator]]
=== Binary File Comparator ===
+
*[[File Checksum Generator]]
'''TODO'''
+
*[[XOR ViewThru]]
=== File Checksum Generator ===
+
== Customization ==
'''TODO'''
+
*[[Preferences]]
=== XOR ViewThru ===
+
*[[Multi Language Support]]
'''TODO'''
+
*[[Character Encoding Support]]
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.
+
*[[Custom Hex Formatting]]
 
+
*[[Bytes Per Line Limit]]
== Devices ==
+
==[[Panels]]==
'''TODO'''
 
=== Open RAM ===
 
'''TODO'''
 
=== Open Process Memory ===
 
'''TODO'''
 
=== Open Disk Devices ===
 
'''TODO'''
 
DiskEditor
 
=== Disk Device Tools ===
 
'''TODO'''
 
==== Backup / Erase / Restore ====
 
'''TODO'''
 
 
 
 
 
== Preferences ==
 
'''TODO'''
 
=== Language Support ===
 
'''TODO'''
 
=== Character Encoding Support ===
 
'''TODO'''
 
=== Custom Hex Formating ===
 
'''TODO'''
 
=== Custom Byte Per Line ===
 
'''TODO'''
 
  
== Panels ==
+
=Donors=
'''TODO'''
+
*[[Donation]]
=== DataInterpteter Panel ===
 
'''TODO'''
 
=== Toolbar ===
 
'''TODO'''
 
=== Info Panel ===
 
'''TODO'''
 
=== TAG Panel ===
 
'''TODO'''
 
=== Disassembler Panel ===
 
'''TODO'''
 
=== Search Panel ===
 
'''TODO'''
 
=== Comparison Panel ===
 
'''TODO'''
 

Latest revision as of 01:38, 31 December 2017