代码搜索:Notepad
找到约 3,424 项符合「Notepad」的源代码
代码结果 3,424
www.eeworm.com/read/262682/11395790
java javafile.java
package notepad;
public class JavaFile {
StringBuffer string = new StringBuffer();
public void PutString(char a) {
if( a != ' ') {
string.insert(string.length(), a);
}
www.eeworm.com/read/408271/11400556
java calendarpad.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package 日历记事本;
/**
*
* @author Administrator
*/
import java.util.Calendar;
import javax.swing.*
www.eeworm.com/read/405890/11455293
cpp main.cpp
#include
#include "notepad.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
notepad w;
w.show();
return a.exec();
}
www.eeworm.com/read/156589/11790807
txt 给想写嵌入式病毒和木马的人.txt
给想写嵌入式病毒和木马的人
--------给PE文件打补丁--------
------njhhack
我们都知道在PE文件中有很多空隙,所以我们就有可能给PE文件打补丁.
做法是在空隙中插入我们的补丁代码.
下面我通过实例来教大家给<mark>notepad</mark>.exe(记事本)程序来打个补
丁,使得<mark>notepad</mark>.exe运行时先运行我的pach.exe程序,方法是:
1.在 ...
www.eeworm.com/read/156006/11835631
java calendarpad.java
import java.util.Calendar;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.Hashtable;
public class CalendarPad extends JFrame implements Mous
www.eeworm.com/read/257924/11906223
asm procmgmt.asm
.PB main
.PV filename1 -16
.PV filename2 -32
.PV buffer -512
#allocate local storage
PUSHQ $FP
MOV $FP,$SP
LQI $R7,512
SUB $SP,$SP,$R7
#populate filename1 = notepad
LAI $R10,$FP,fi
www.eeworm.com/read/151211/12227789
txt 46.txt
不用 API ,直接调用关联的程序
有时候,我们会忘记简单的方法:
' Notepad:
Result = Shell("start.exe notepad", vbHide)
' E-mail:
nResult = Shell("start.exe mailto:kenj@163.net", vbHide)
' Internet:
nResult