Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SimpleHex_1.0_bin.zip | 2018-10-17 | 677.0 kB | |
SimpleHex_1.0_src.zip | 2018-10-17 | 60.5 kB | |
readme_1.0.txt | 2018-10-17 | 1.3 kB | |
Totals: 3 Items | 738.9 kB | 0 |
//------------------------------------------------------------------------------ // // 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. Supports files up to 64Mb. HISTORY ------- Version 1.0 (20181017) ----------- Initial Release