RC 资源文件字串抽取器

时间:2014-09-19 09:30:51
【文件属性】:

文件名称:RC 资源文件字串抽取器

文件大小:313KB

文件格式:ZIP

更新时间:2014-09-19 09:30:51

RC文件格式分析,字串抽取

原创代码 解读微软的RC文件格式,将其中Dialg,menu,以及stringtable部分的字串全部抽出,放入一个rec.xml文件中。


【文件预览】:
testTinyxml
----testTinyxml.vcxproj.user(143B)
----tinyxml.h(63KB)
----resource.h(2KB)
----testTinyxml.h(535B)
----SkinDlg()
--------TranslucentButton.cpp(7KB)
--------TranslucentDialog.h(2KB)
--------TranslucentWnd.h(1KB)
--------TranslucentProgressBar.cpp(4KB)
--------Explorer.cpp(630B)
--------Explorer.h(14KB)
--------StandardDialog.h(580B)
--------TranslucentWnd.cpp(2KB)
--------Utility.h(1KB)
--------Utility.cpp(6KB)
--------TranslucentButton.h(2KB)
--------StandardDialog.cpp(2KB)
--------TranslucentDialog.cpp(8KB)
--------TranslucentProgressBar.h(2KB)
----stdafx.h(2KB)
----testTinyxml.suo(22KB)
----testTinyxml.cpp(2KB)
----targetver.h(314B)
----tinystr.h(8KB)
----testTinyxml.rc(13KB)
----testTinyxmlDlg.cpp(18KB)
----Debug()
--------RCStringExtractor.Build.CppClean.log(2KB)
--------testTinyxml.log(392B)
--------testTinyxml.lastbuildstate(71B)
----stdafx.cpp(213B)
----testTinyxml.vcxproj(6KB)
----testTinyxmlDlg.h(900B)
----a.rc(100KB)
----res.xml(11KB)
----Release()
--------testTinyxml.log(86B)
----res()
--------testTinyxml.rc2(806B)
--------testTinyxml.ico(66KB)
----tinyxml.lib(463KB)
----testTinyxml.aps(105KB)
----testTinyxml.vcxproj.filters(2KB)
----testTinyxml.sln(888B)

网友评论

  • 以为是从dll里面抽取呢,原来不是