本文介绍了在PE文件中搜索操作码字节的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我的任务是在PE文件中搜索操作码字节并检查指定的操作码字节序列(常量和预定义)是否存在于PE文件。我在网上遇到过很多例子,但解决方案大多是C#或Python;但是,我的要求基于C语言。



请告诉我如何通过在C中编写一个简单的程序来检查和比较PE文件中的操作码字节值。任何帮助将不胜感激。



谢谢。

Hi,

I have a task of searching for opcode bytes in a PE file and checking whether a specified opcode byte sequence (constant and predefined) is present in the PE file. I have come across numerous examples online, but the solutions are mostly in C# or Python; however, my requirements are based in C language.

Please tell me how can I check and compare opcode byte values in a PE file by writing a simple program in C. Any help will be greatly appreciated.

Thanks.

推荐答案


这篇关于在PE文件中搜索操作码字节的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-10 21:24