aboutsummaryrefslogtreecommitdiff
path: root/tools/pe_bliss/pe_section.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵Juan Linietsky2016-02-041-303/+0
| | | | | | | | with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++
* Fixes Visual Studio compile error due to pe_blissZuBsPaCe2015-11-191-0/+1
| | | | | | | | Error: C2039: 'min': is not a member of 'std' Reason: #2518 introduced pe_bliss Fix: Visual Studio 2015 & 2013 need to include algorithm header before string, otherwise std:min cannot be used. See: http://stackoverflow.com/questions/17409956
* add copyright textmasoud bh2015-11-091-0/+21
|
* change pe_bliss parent directory from /drivers to /toolsmasoud bh2015-11-091-0/+281