kingdragonfly 的 站内主页
2008
09-29
09-29
[COLOR=RED]我想打开s.class文件,查找其中的某些数据,并用其它数据替换,以下是我写的程序代码,查找s.class文件中的coru数组,用cocn替换,但得不到想要的运行结果,那位高手帮看看[/COLOR]
#include <stdio.h>
void main()
{
FILE *op;
char coru[]="@c1dd7ab7....
Read More >