请看下这个函数写得正不正确?该函数是用来判断.net pe 文件的。

问题描述

privatevoidCheckDotNetPE(stringpath){FileStreamfs=newFileStream(path,FileMode.Open);BinaryReaderbr=newBinaryReader(fs);fs.Seek(360L,SeekOrigin.Begin);inttemp=(int)br.ReadUInt32();if(temp==8200){MessageBox.Show("该程序由于C#/VB.NET编译");}else{MessageBox.Show("未知");}br.Close();fs.Close();}

请看下这个函数写得正不正确。请问这样判断.netpe文件正确吗?

解决方案

解决方案二:
哦,原来多发了一个帖子,版主把这个帖子删了吧。

时间: 2024-10-28 10:54:03

请看下这个函数写得正不正确?该函数是用来判断.net pe 文件的。的相关文章

请看一个大神写的lambda表达式,不用linq请问怎么调用

问题描述 请看一个大神写的lambda表达式,不用linq请问怎么调用 Func<int, bool> MyAnd(Func<int, bool> f1, Func<int, bool> f2) { return x => f1(x) && f2(x); } 解决方案 直接调用也可以: bool b1 = MyAnd(x => x < 10, x => x % 2 == 0)(4); bool b2 = MyAnd(x =>

mainwindow-关于qt中lnk2019和lnklnk1120的错误。请看下我的代码哪里出现了问题

问题描述 关于qt中lnk2019和lnklnk1120的错误.请看下我的代码哪里出现了问题 //Label.h----------- #ifndef LABEL_H #define LABEL_H #include #include #include #include #include #include #include #include class MyItem:public QGraphicsItem { public: MyItem(int m_x=0, int m_y=0, QStri

cxf-CXF WebService发布报错,各位大神请看下

问题描述 CXF WebService发布报错,各位大神请看下 只要在maven项目上加了下面这段代码发布webservice 就报错(我自己写的demo是正常的): <!-- 要发布成webservice的bean --> /jaxws:endpoint 错误信息:2015-01-07 20:42:43981 ERROR (org.springframework.web.context.ContextLoader:319) - Context initialization failedorg

有人懂fortran语言吗?可以帮我看下代码,写成c语言吗?十分感谢!

问题描述 有人懂fortran语言吗?可以帮我看下代码,写成c语言吗?十分感谢! FUNCTION XTERP(XCC,X,Y,NDEG,NPTS,DINT,IER) XTR 0001 C XTR 0002 C FUNCTION PERFORMS NEWTONS INTERPOLATION FOR DISCRETE DATA XTR 0003 C AS A FUNCTION OF ONE VARIABLE XTR 0004 C XTR 0005 C WHERE XC - INDEPENDENT

CXF WebService发布报错,各位大神请看下

问题描述 只要在maven项目上加了下面这段代码发布webservice就报错(我自己写的demo是正常的)<beanid="schoolNewsBean"class="com.edulife.ws.impl.SchoolNewsImpl"></bean><!--要发布成webservice的bean--><jaxws:endpointimplementor="#schoolNewsBean"addres

安装IHS是报的错误,请看下

问题描述 在redhat上安装IHS6.02的时候通过xterm下执行了java-jarsetup.jar是老包jvmnotfound的错误.执行./install-options"responsefile.txt"-silent是有报(Feb14,20114:25:53PM),install,com.ibm.wizard.platform.linux.LinuxRegistryServiceImpl,dbg.registry,readingVPDfrom/root/vpd.prope

错误提示,请看下是什么原因(内详)

问题描述 **2014-09-17 17:46:07.740 MengChong -: unrecognized selector sent to instance 0xaf827202014-09-17 17:46:07.743 MengChong *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-: unrecognized selector sent to instan

网赚陷阱有多少 请看网络赚钱框

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 网赚对互联网来说已经不是一个陌生的词,从互联网诞生的那一刹那间,网赚应该就已经诞生了,而互联网在国内发展已经10几年了,网赚的模式却没有多少更新,随着无数的网民涌入互联网这个大世界,无数的网赚萝卜也就诞生了,肯吃苦.肯用心,但是最后却没有一个好的归宿说的就是这些网赚萝卜.网赚萝卜虽然用心付出,但是这个大箩筐却是太大了,大得你根本无法想象,请看

spring和mybatis集成时总报错 麻烦帮忙看下什么原因

问题描述 spring和mybatis集成时总报错 麻烦帮忙看下什么原因 项目请求数据的时候报Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.business.dao.system.AdminMapper.selectByPrimaryKey麻烦大神帮忙看下这是啥原因,找了好久不知道