Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SimpleHex_1.1_bin.zip | 2018-10-24 | 679.6 kB | |
SimpleHex_1.1_src.zip | 2018-10-24 | 61.3 kB | |
readme_1.1.txt | 2018-10-24 | 1.4 kB | |
Totals: 3 Items | 742.4 kB | 8 |
//------------------------------------------------------------------------------ // // SimpleHex - A simple Hex Viewer for Windows // Copyright (C) 2018 by Jim Valavanis // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. // //------------------------------------------------------------------------------ // Site : https://sourceforge.net/projects/simple-hex-viewer/ //------------------------------------------------------------------------------ SimpleHex is a simple Hex Viewer for Windows developed in FPC/Lazarus. HISTORY ------- Version 1.1 (20181024) ----------- Open file from command line. Speed improvements. Display data size limited at 4MB. Version 1.0 (20181017) ----------- Initial Release