summaryrefslogtreecommitdiffstats
path: root/src/cv2pdb.h
diff options
context:
space:
mode:
authorAlexWhiter <a.whiter@yandex.ru>2018-03-30 15:51:31 (GMT)
committerAlexWhiter <a.whiter@yandex.ru>2018-03-30 15:51:31 (GMT)
commit6dd1bb797c2d74052def1ba869961caa6dce3661 (patch)
tree7bc0f8613295c2cbb51fcca3e63d3819dea8d665 /src/cv2pdb.h
parenta0930e367b39e7a7d0d2f8803cb6e7b983c2def5 (diff)
downloadcv2pdb-6dd1bb797c2d74052def1ba869961caa6dce3661.zip
cv2pdb-6dd1bb797c2d74052def1ba869961caa6dce3661.tar.gz
cv2pdb-6dd1bb797c2d74052def1ba869961caa6dce3661.tar.bz2
RSDS section writing into EXE with symbols in DBG file.
Diffstat (limited to 'src/cv2pdb.h')
-rw-r--r--src/cv2pdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cv2pdb.h b/src/cv2pdb.h
index 558ce21..9e5e5d1 100644
--- a/src/cv2pdb.h
+++ b/src/cv2pdb.h
@@ -160,7 +160,7 @@ public:
bool createSrcLineBitmap();
int getNextSrcLine(int seg, unsigned int off);
- bool writeImage(const TCHAR* opath);
+ bool writeImage(const TCHAR* opath, PEImage& exeImage);
mspdb::Mod* globalMod();