C中通过溢出覆盖虚函数指针列表执行代码

C中通过溢出覆盖虚函数指针列表执行代码

ID:41393860

大小:70.83 KB

页数:34页

时间:2019-08-24

C中通过溢出覆盖虚函数指针列表执行代码_第1页
C中通过溢出覆盖虚函数指针列表执行代码_第2页
C中通过溢出覆盖虚函数指针列表执行代码_第3页
C中通过溢出覆盖虚函数指针列表执行代码_第4页
C中通过溢出覆盖虚函数指针列表执行代码_第5页
资源描述:

《C中通过溢出覆盖虚函数指针列表执行代码》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、Catalog:Staticlinkageanddynamiclinkingofvirtualfunctionsin1.C++Spatialorganizationandoverflowtestofobjectsin2.VCSpatialorganizationandoverflowtestofobjectsin3.GCC4.referencesStaticlinkageanddynamiclinkingofvirtualfunctionsin<AmagicweaponinC++isthevirtualfunction,whichissimpl

2、yafunctiondefinedbyaddingthevirtualkeyword.Itsfeatureistosupportdynamicbinding.Today,almostallofthelargesoftwaredevelopedbyC++cannotbeseparatedfromvirtualfunctionsAtypicalexampleofuseisthatvirtualfunctionsareoneofthecornerstonesofMFC・Herearetwoconceptsthatneedtobeexplainedfirst:S

3、taticlinking:popularpointisthatwhentheprogramcompiles,itdeterminestheaddressofthecallingtarget・Dynamiclinking:theprogramrunphasedeterminestheaddressofthecallingtarget.InC++,theusualfunctioncallsarestaticbinding,butifthefunctionisdefined,thevirtualkeyisaddedAndwhencallingafunction

4、iscalledbyapointerorreference,thendynamicbindingisusedatthispoint・Asimpleexample://test・cpp#include〈iostreani・h>ClassClassAPublic:Intnuml;ClassA(){numl二Oxffff;};Virtualvoidtestl(void){};Virtualvoidtest2(void){};};ClassA,objA,*pobjA;Intmain(void)PobjA二&objA;ObjA.testl();ObjA.test2

5、();PobjA->testl();PobjA->test2();Return0;}CompileusingVC:OpenacommandlineandcallCLdirectlyonthecommandlinetocompile:(ifyouinstallVC,thereisnoregistrationenvironmentVariable,thenrunbinVCVARS32.BATintheVCdirectoryonthecommandlineCLtest・cpp/FaGeneratestest・asmintermediateassemblyco

6、deThentakealookatwhatisthemysteryofASM,theanalysisisabitlong,wanttohavepatience!Let'ssee:Datadefinition:_BSSSEGMENT0bjA@@3VClassA@@A,DQ,01H,DUP(...);objA64bitsPobjA@@3PAVClassA@@A,DD,01H,DUP(...);pobjA,anaddress32bits_BSSENDSSeetheobjAfor64bits,whatdoesitcontaininside?Andthenlook

7、attheconstructor:_this$=-4OC1assA@@QAE@XZ,PROC,NEAR,ClassA::ClassA()definesavariablethis?!Filetest・cppLine6PushEBPMOV,EBP,ESPPushECXMOV,DWORD,PTR,_this$[ebp],ECX,ECX,assignedto_this??don,tyousee?MOV,eax,DWORD,PTR,_this$[ebp]MOV,DWORD,PTR,[eax],OFFSET,FLAT:?_7ClassA@@6B@?ClassA::'

8、vftable,Thefrontpartisthecompilerplus・Ou

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。