summaryrefslogtreecommitdiff
path: root/library/Process-windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
|
* Add stock MessageBox and InputBox dialog screens for lua scripts.Alexander Gavrilov2012-09-051-0/+5
|
* Rewrite getMemRanges for windows to get rid of a number of problems.Alexander Gavrilov2012-06-191-23/+113
| | | | | | | - Properly handle copy-on-write permission modes. - Merge ranges with the same properties for us. - Don't skip non-private areas. - Use the mapped filename as name, so that it works for all ranges.
* Get rid of ntdll, update stonesensePetr Mrázek2012-02-251-39/+15
|
* Make it run on Windows, re-added more missing globals to memory.xmlPetr Mrázek2012-02-101-3/+1
|
* Fix MSVC builds, break buildings :DPetr Mrázek2012-01-051-18/+18
|
* Header changes/cleanup.Petr Mrázek2011-12-311-4/+4
|
* Made Process::setPermisions functions, to set memory page's permisionsWarmist2011-07-281-0/+15
|
* Process: added a method for getting the main module base (windows). Returns ↵Petr Mrázek2011-07-161-0/+7
| | | | 0 on linux.
* Fix Windows build (untested, expect explosions).Petr Mrázek2011-07-091-2/+2
|
* Making ready for adding plugins. Fixes all over the place, more removal of ↵Petr Mrázek2011-06-201-1/+60
| | | | obsolete parts.
* Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping ↵Petr Mrázek2011-06-161-2/+3
| | | | and ability to run reveal from DFHack console.
* Now works on Windows again, some more cleanups, added a singleton Core ↵Petr Mrázek2011-06-141-378/+58
| | | | object for holding all the globals.
* First 'working' DFHack inside DF, for 'some' values of 'working'.Petr Mrázek2011-06-121-0/+611