Commit Graph

22 Commits

Author SHA1 Message Date
Joachim Bauch 285b108da0 added readme 2010-10-24 00:40:54 +02:00
Joachim Bauch 1ece5ca28d updated year in copyright, updated notice about where to get code from 2010-10-24 00:39:24 +02:00
Joachim Bauch a486d330f2 added makefiles to compile with mingw 2010-10-24 00:37:53 +02:00
Joachim Bauch 1f8eb009e5 set eol-style on all files 2010-10-23 22:29:04 +00:00
Joachim Bauch 85f8632489 small cosmetic changes 2006-03-23 21:45:06 +00:00
Joachim Bauch 3386ad9dfc fixed compilation problems with gcc 3.2.3 (mingw special 20030504-1) 2005-04-27 19:18:39 +00:00
Joachim Bauch 01ff019269 license changed to MPL 1.1, updated copyright years 2005-04-08 13:44:21 +00:00
Joachim Bauch b2e7e1e546 fixed casting bug on some compilers (reported by John S. Brumbelow) 2005-03-01 20:10:11 +00:00
Joachim Bauch e952dd3cfa fixed memory leak (VirtualFree must be called with zero size when releasing memory) 2005-01-26 15:24:52 +00:00
Joachim Bauch be334a2b16 added download link for version 0.0.1 2004-12-02 00:09:49 +00:00
Joachim Bauch a104efd19f first released version will be 0.0.1 2004-12-01 23:50:50 +00:00
Joachim Bauch 50ff6eb112 - added section about exported functions
- added cross-references
2004-12-01 23:48:54 +00:00
Joachim Bauch 39c4c17ec1 fixed warnings when compiling with BCC55 2004-10-31 18:23:43 +00:00
Joachim Bauch eb764af1ef - updated to support imports by ordinal value
- doesn't break if library has no entry point
2004-10-31 13:30:43 +00:00
Joachim Bauch a7a9eda6c4 - removed parameter "size" from "MemoryLoadLibrary" as it wasn't used
- updated import table loading code, now also works with Delphi .bpl files
- updated section copying code for uninitialized sections
2004-10-31 12:29:52 +00:00
Joachim Bauch e32c546536 - debug output disabled by default
- tries to allocate memory at arbitrary address if specified ImageBase is invalid or cannot be allocated
2004-10-20 20:32:18 +00:00
Joachim Bauch 37fc1b6e82 removed configuration files 2004-10-10 16:34:28 +00:00
Joachim Bauch 135337380a added sample project 2004-10-10 16:31:50 +00:00
Joachim Bauch cc38494f47 added LGPL header 2004-10-10 16:31:27 +00:00
Joachim Bauch f097d913ef added readme.txt 2004-10-09 18:49:59 +00:00
Joachim Bauch 0bb66744bd added license file 2004-10-09 18:49:15 +00:00
Joachim Bauch 784d39dc08 Initial Import 2004-10-09 18:45:48 +00:00