파일 파일 열기 쓰기 HANDLE hFile; hFile = CreateFile(argv[1], // name of the write GENERIC_WRITE, // open for writing 0, // do not share NULL, // default security CREATE_NEW, // create new file only FILE_ATTRIBUTE_NORMAL, // normal file NULL); // no attr. template 파일 열기 읽기 HANDLE hFile; LARGE_INTEGER distance;distance.QuadPart=-1 hFile = CreateFile(argv[1], // file to open GENERIC_READ, // open for read..
typedef struct file{int a;int b;}file1;
unsigned long long strtoull(const char *nptr,char **endptr,int base); strtoull 함수는 문자열에 들어있는 10,16,8 진수 등등의 값들을 10진수의 정수로 바꿔주는 함수입니다. 어떤 인자 값이 필요한지 간단히 적어보면 다음과 같습니다. 변환 값 : strtoull(변환할 문자열, 다음으로 변환할 문자열, 변환할 문자열의 진수) 형태이고 변환 값을 리턴해준다. 간단히 예를 들어보면 char str[100]={1234}int result=strtoull(str,0,16)결과 값 : 4660 위와 같이 쓰면 str 안에 들어있는 문자열을 16진수로 인식한 후 이를 10진수 정수로 변환해서 리턴해줍니다.
- Total
- Today
- Yesterday
- GDB
- 리눅스 모듈
- Intel
- LKM
- gdb 명령어
- vmware cannot connect to the virtual machine
- 루트킷
- rootkit
- 레거시 드라이버
- 모듈
- 변환
- IRP
- backdoor
- 백도어
- VMware
- 드라이버
- gdb명령어
- breakpoint
- vmware 오류
- DriverEntry
- gdb intel
- PNP 드라이버
- gdb intel 변환
- BP
- 디바이스
- module
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |