http://bbs.bc-cn.net/dispbbs.asp?boardID=126&ID=166268&page=1
;接上篇
;######################################################
filename db "f:/a.exe" ;添加目标文件write db 0
;################添加节的操作过程###########################InfectFile proc _filename:dword local hFile local hMapping local pMapping local @d...
.386 .model flat,stdcall option casemap:none include windows.inc include kernel32.inc includelib kernel32.lib
;##########InfectFile proto :dwordGetApiA proto :DWORD,:DWORD;#########.code
;###############插入代码############################VStart:appBase dd ?k32Base ...
在kernel中搜索api地址
.386 .model flat,stdcall option casemap:none include windows.inc GetApiA proto :DWORD,:DWORD ;;--------------
.codek32Base dd ? ;#############################################sGetModuleHandle db "GetModuleHandleA",0sGetProcAddress db "GetProcAdd...
[分享]pe文件学习笔记1-----为PE文件添加节
此程序借鉴不少高手程序 所以称不上原创 但也经过我重新写过和加了注释 实现功能将pe文件添加一个自己的节,将程序入口地址更改为自己节 自己节中程序执行完成后跳回原程序此程序在插入代码中没做任何操作就直接返回原程序了 另外还有其他方式可插入自己代码 我并未添加
.386 .model flat,stdcall option casemap:none include windows.inc include kernel32.inc includelib kernel32.lib
;##########Inf...
ntsysv
<%@ page contentType="text/html;charset=gb2312"%><%@ page import="java.sql.*"%><%! String url ="jdbc:hsqldb:/users/hfloveyy"; String user="sa"; String password=""; Connection conn=null;%><html><body>hello world!<%try{Class.forName("org.hsqldb.jdbcDriver").newInstance();out.print("found!")...
../tomcat/bin/catalina.sh
http://oss.lzu.edu.cn推荐这个网站 不错
好久没上win 昨天上了一下发现了Generic Host Process for Win32 Services错误 搜了一下 发现这篇不错
正文:
解决WINXP系统开机后弹出Generic host process for win32 services 遇到问题需要关闭!
出现上面这个错误一般有三种情况。
1.就是病毒。开机后会提示Generic Host Process for Win32 Services 遇到问题需要
关闭”“Remote Rrocedure Call (RPC)服务意外终止,然后就自动重起电脑。一般该病...
servlet包在tomcat/common/lib下
将这个包考到jdk下 就能正常编译servlet了
/usr/bin/mysqld_safe &
下载mysql的jdbc驱动程序
在www.mysql.com下
将mysql-connector-java-5.0.2-bin.jar 拷贝到
../java/jre/lib/ext/下
安装了数据库 主要时间都花在卸载原先带的mysql
卸载mysql
rpm -e --nodeps mysql
linux关机后关电源 shutdown -h now
重新启动 reboot
今天在linux上安了tomcat
顺便把java的位置移动了
环境变量改后 没重启就可以用了
还以为向win那样呢!
看来我又向linux迈了一步
win也离我越来越远了
import java.awt.*;import java.awt.event.*;import javax.swing.*;import java.io.*;public class MyFileChooser{ public static void main(String [] args) { FileFrame f=new FileFrame(); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); f.setVisible(true); f.setResizable(true); }}class FileFrame exte...
import java.sql.*;import java.io.*;import java.util.*;public class TestDb{ public static void main(String args[]) { try { Class.forName("com.mysql.jdbc.Driver"); System.out.println("load"); String url="jdbc:mysql://localhost:3306/myfirst"; String username="root"; String password="ilo...
UploadFiles/2006-8/87270229.rar