hex
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 519
i.Hex 0.94
This program is a small and free graphical Hex Editor for Windows more>>
This program is a small and free graphical Hex Editor for Windows i.Hex is a small and free Hex Editor for Windows.
Using it, you can:
- Insert/delete bytes, instead of just editing existing ones. Which includes being able to change the size of the file.
- Store all the edits in memory until the user is ready to save instead of forcing them to save when the move the cursor off the block of the file in memory.
- Insert/paste file at cursor.
- Cut/copy/paste.
i.Hex is a software that allows you view and edit HTML files.
Main features:
- Doesnt load all the file at once. Just a pane of 64K is loaded at any given time, thus it can edit/view very large files almost instantly.
- Recent file menu.
- Doesnt use the registry.
Usage
- Open a file using the File->Open menu, the toolbar button or drop a file onto the window. If nothing happens, the file is locked by another application.
- The offset is the number of bytes into the file the cursor is. You can seek to a particular offset by typing in the new value and hitting enter.
- The hex option changes the format of the offsets both the cursor and the labels down the left hand side. When switched on the format is hex, and you enter an offset in hex, otherwise enter the offset in decimal.
- The little endian option changes the byte order of the information at the cursor (display on the right most part of the toolbar). Little endian is the x86 processor format, big endian is Apple/Motrola order.
- Signed changes the info format to signed values.
- Once you have edited the document you can save your changes if you need to. If you move the cursor far enough away from the edits then you will be asked to save your changes, this is because only part of the file is in memory at any given time. This is a side effect of the implementation I used to allow any size files.
- Use the Tab key to swap focus between the hex and ascii pane. The pane with the focus has a slightly thicker cursor line.
<<lessUsing it, you can:
- Insert/delete bytes, instead of just editing existing ones. Which includes being able to change the size of the file.
- Store all the edits in memory until the user is ready to save instead of forcing them to save when the move the cursor off the block of the file in memory.
- Insert/paste file at cursor.
- Cut/copy/paste.
i.Hex is a software that allows you view and edit HTML files.
Main features:
- Doesnt load all the file at once. Just a pane of 64K is loaded at any given time, thus it can edit/view very large files almost instantly.
- Recent file menu.
- Doesnt use the registry.
Usage
- Open a file using the File->Open menu, the toolbar button or drop a file onto the window. If nothing happens, the file is locked by another application.
- The offset is the number of bytes into the file the cursor is. You can seek to a particular offset by typing in the new value and hitting enter.
- The hex option changes the format of the offsets both the cursor and the labels down the left hand side. When switched on the format is hex, and you enter an offset in hex, otherwise enter the offset in decimal.
- The little endian option changes the byte order of the information at the cursor (display on the right most part of the toolbar). Little endian is the x86 processor format, big endian is Apple/Motrola order.
- Signed changes the info format to signed values.
- Once you have edited the document you can save your changes if you need to. If you move the cursor far enough away from the edits then you will be asked to save your changes, this is because only part of the file is in memory at any given time. This is a side effect of the implementation I used to allow any size files.
- Use the Tab key to swap focus between the hex and ascii pane. The pane with the focus has a slightly thicker cursor line.
Download (375KB)
Added: 2007-08-30 License: Freeware Price:
806 downloads
Other version of i.Hex
License:Freeware

Hex converter 1.0
Convert numbers from Decimal to Hex or Hex to Decimal at the click of a button more>> Convert numbers from Decimal to Hex or Hex to Decimal at the click of a button<<less
Download (200KB)
Added: 2008-09-02 License: Freeware Price: Free
444 downloads
Hex Clock 1.2
Hex Clock widget is a desktop analog clock witha a geek hexadecimal design and function. more>>
Tell the time in hexidecimal like a proper geek.
Idea by Rob Manuel (www.b3ta.com).
Hex Clock widget is displaying the time in a hexadecimal format. This fancy designed analogue desktop clock is having instead of the normal hour number values, hexadecimal values.
<<lessIdea by Rob Manuel (www.b3ta.com).
Hex Clock widget is displaying the time in a hexadecimal format. This fancy designed analogue desktop clock is having instead of the normal hour number values, hexadecimal values.
Download (191KB)
Added: 2007-03-15 License: Freeware Price:
571 downloads
RGB-2-HEX 1.1
Quickly find out a colors HEX code by using the RGB-2-HEX Opera widget more>>
Quickly find out a colors HEX code by using the RGB-2-HEX Opera widget The Simple Conversion widget for Opera browser allows you to convert a color from RGB color format to hex color format.
The Simple Conversion widget is designed to assist in the color charting of rgb to websafe css hex colors.
System requirements:
- Opera 9 or later
<<lessThe Simple Conversion widget is designed to assist in the color charting of rgb to websafe css hex colors.
System requirements:
- Opera 9 or later
Download (33.3KB)
Added: 2007-07-23 License: Freeware Price:
839 downloads
Hex Mines 1.6.1
play a hex version of the minesweeper game more>> This is a minesweeper game with hexagonal tiles. The purpose of this game is to uncover all the tiles without uncovering a mine. After opening a tile, a number will be shown telling you the number of mines adjacent to this tile, and you can use this information to deduce whether a tile is free of mines or not.<<less
Download (338k)
Added: 2008-11-06 License: Freeware Price:
393 downloads
Other version of Hex Mines
License:Freeware
Hex Mines is a nice minesweeper puzzle game anyone can play with hexagonal tiles. The purpose of this game is to uncover all the tiles without uncovering a mine. Hex Mines 1.1 - NovelPrice: $0.00
License:Freeware
License:Freeware
Hex-Ed 1.01.04
Hex-Ed is a 32-bit Hex editor. more>>
Hex-Ed is a small program that started its life some decades ago, as a BASIC program compiled in BASCOM under CP/M.
Hex-Ed was originally written to modify programs wrote in assembler. At that time processors were simpler and anyone could assemble and disassemble code reading the bytes.
The original program was rewritten in C for DOS later, and then again in Visual C for Windows. The final result is a 32-bit Hex editor.
<<lessHex-Ed was originally written to modify programs wrote in assembler. At that time processors were simpler and anyone could assemble and disassemble code reading the bytes.
The original program was rewritten in C for DOS later, and then again in Visual C for Windows. The final result is a 32-bit Hex editor.
Download (35KB)
Added: 2007-04-02 License: Freeware Price:
959 downloads
Hex Plugin 1.1
Hex Plugin for REALbasic 5 and higher is a small plugin with four methods more>>
Hex Plugin for REALbasic 5 and higher is a small plugin with four methods.
You can give the plugin a string containing an unsigned decimal integer of essentially unlimited length and the plugin will give back a string containing the hexadecimal equivalent of that integer. And you can do the reverse.
Also you can give the plugin a UTF8 or UTF16 encoded string, and the plugin will give back a string containing the hex representation of that input string. And you can do the reverse.
Included in the download is "Test Hex Plugin.rbp", which shows how the four functions can be used.
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS X, Mac OS 9.x, and Windows applications.
<<lessYou can give the plugin a string containing an unsigned decimal integer of essentially unlimited length and the plugin will give back a string containing the hexadecimal equivalent of that integer. And you can do the reverse.
Also you can give the plugin a UTF8 or UTF16 encoded string, and the plugin will give back a string containing the hex representation of that input string. And you can do the reverse.
Included in the download is "Test Hex Plugin.rbp", which shows how the four functions can be used.
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS X, Mac OS 9.x, and Windows applications.
Download (30KB)
Added: 2005-09-23 License: Freeware Price:
1509 downloads

Hex-a-hop 1.01
Hex-a-hop is designed as a puzzle game based on hexagonal tiles which features no time limit and no real-time elements. more>>
Hex-a-hop 1.01 is designed as a puzzle game based on hexagonal tiles which features no time limit and no real-time elements. The objective is simply to destroy all the green hexagonal tiles on each of the 100 levels. As you progress through the game, more types of tiles are introduced which make things more difficult and interesting.
Download (1KB)
Added: 2007-03-26 License: Freeware Price:
377 downloads

Ascii/Hex 2.0.1
Convert ASCII to Hex and Hex to ASCII for all Windows platforms. more>> Convert ASCII to Hex and Hex to ASCII for all Windows platforms.
FEATURES
Features:
A free programmers utility for converting Hexadecimal to ASCII and ASCII to Hexadecimal.
Version 2.0.1, the latest update, is now able to display the entire extended ASCII character set.
Fixed bug in font dialog control present in earlier versions.<<less
Download (87KB)
Added: 2008-08-29 License: Freeware Price: Free
988 downloads
EG Color Hex 1.0
With EG Color Hex you will be able to converts any color into its hexadecimal value and Delphi name. more>>
With EG Color Hex you will be able to converts any color into its hexadecimal value and Delphi name.
Main features:
- Select a color from the normal Windows extended colors selector, and get its number or Delphi name, if available.
- ALL (not only the last selected one) of the selected values go into a list that can be copied into the clipboard!
<<lessMain features:
- Select a color from the normal Windows extended colors selector, and get its number or Delphi name, if available.
- ALL (not only the last selected one) of the selected values go into a list that can be copied into the clipboard!
Download (131KB)
Added: 2007-04-13 License: Freeware Price:
925 downloads
Hex Bandit 2.00
Powerful Hexadecimal Editor For Win9x/ME/2000. Now Includes Undo/Redo Support, And Custom Skins. Requires DirectX 7.0. more>>
Powerful Hexadecimal Editor For Win9x/ME/2000. Now Includes Undo/Redo Support, And Custom Skins. Requires DirectX 7.0.
<<less Download (1486K)
Added: 2000-12-28 License: Freeware Price:
3224 downloads
HeX Hostame 1.0
A very simple and easy to use tool to do a reverse DNSlookup of an IP address. more>>
A very simple and easy to use tool to do a reverse DNSlookup of an IP address.
<<less Download (36K)
Added: 2000-07-04 License: Freeware Price:
3403 downloads
Origin Hex 1.0.7
Hex editor supporting hex mode, binary mode, and multiple files more>> Hex editor supporting hex mode, binary mode, and multiple files simultaneously.<<less
Download (19.4k)
Added: 2008-11-11 License: Beta Price:
397 downloads
Hex Editor 0.5.1.0
This hex editor is a simple program that lets you view and modify raw file data. more>>
This hex editor is a simple program that lets you view and modify raw file data.
Hex Editor may be found very useful when trying to determine formats of files with an unknown extension and also when writing codecs for certain formats for a image editor.
Despite the fact it is a small application, Hex Editor has many interesting features that make this program useful anytime when needed.
<<lessHex Editor may be found very useful when trying to determine formats of files with an unknown extension and also when writing codecs for certain formats for a image editor.
Despite the fact it is a small application, Hex Editor has many interesting features that make this program useful anytime when needed.
Download (340KB)
Added: 2007-05-23 License: Freeware Price:
909 downloads

Hex Edit Free 3.0F
Edit binary files using hex editor with advanced features. more>>
Hex Edit Free 3.0 offers an effective tool which helps you to edit binary file editor.
Major Features:
- Give you lots of options such as: autofit, INS/OVR modes, fast search/compare, highlighter, bookmarks, EBCDIC, color schemes.
- Show or turn over 60 properties: integers, floats, dates etc.
- Functions as background searches, keystroke macros, powerful templates, calculator, 4GB+ files, full customization.
Enhancements: Adds new "stacked" display mode, change tracking, new operations, new template features, random number generation, repair commands, copy as C/C++ source.
Requirements: Internet Explorer 5
WareSeeker Editor
Download (4.1MB)
Added: 2009-05-10 License: Freeware Price:
8668 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above hex search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed