본문 바로가기

레오 골방

[NativeAPI.h] ZwQuerySystemInformation() NTSTATUS WINAPI ZwQuerySystemInformation( __in SYSTEM_INFORMATION_CLASS SystemInformationClass, //얻어올 시스템 종류(핸들정보) __inout PVOID SystemInformation, //버퍼 __in ULONG SystemInformationLength, //버퍼 크기 __out_opt PULONG ReturnLength //받아올 값의 크기 ); SystemInformationClass [in] The type of system information to be retrieved. This parameter can be one of the following values from the SYSTEM_INFORMATION_CL.. 더보기
NativeAPI.h 헤더 추가하고 lib 추가 했는데 안되네 http://cafe.naver.com/pplus.cafe?iframe_url=/ArticleRead.nhn%3Fclubid=11276386%26menuid=%26boardtype=%26page=%26userDisplay=%26articleid=4079 http://cafe.naver.com/pplus.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=4079& http://www.hanb.co.kr/exam/1396/ // Windows 구조와 원리 source코드 (include에 NativeAPI.h 있음) #pragma comment(lib, "ntdll.lib") 를 추가 더보기
VG 보호되어 있는 글입니다. 더보기
[Error-Windows&VisualStudio] XP(SP3) + VS 2003 + WDK Build Error - 처리중 XP(SP3) + VS 2003 + WDK 입니다 F:\Programming\Leo>build -ceZ BUILD: Compile and Link for x86 BUILD: Start time: Wed Feb 16 17:37:15 2011 BUILD: Examining f:\programming\Leo directory for files to compile. f:\programming\Leo Invalidating OACR warning log for 'root:x86chk' BUILD: Compiling and Linking f:\programming\Leo directory Configuring OACR for 'root:x86chk' - _NT_TARGET_VERSION SET TO WINXP Co.. 더보기
[Error-Ubuntu] mkdir: cannot create directory `Dir': No space left on device 갑자기 mkdir 명령어가 안됬다 갑자기 mkdir 명령어가 안먹음 No space left on device 라길래 용량을 봤는데 많은건 아니지만 여유가 있다 http://blog.naver.com/kmymirae?Redirect=Log&logNo=150096957087 관련 정보를 찾음 심볼릭 링크를 만드는 프로그램을 돌렸었는데 그것 때문에 inode가 꽉차서 그랬다 지우고 다시 해당 프로그램으 실행시키며 inode를 보니.. 해당 심볼릭 링크들을 지워주니 다시 정상 작동 더보기
DDK,WDK VC 6.0 WDK는 VC6.0에서 빌드되지 않는다. OTL ... http://thepassion.tistory.com/tag/VC6.0 Q . vc6.0 에서 DDK 함수 사용하기. A. vc 7.0 부터 지원하는걸로 알고있습니다 http://kin.naver.com/qna/detail.nhn?d1id=1&dirId=104&docId=68172268&qb=UHNHZXRDdXJyZW50UHJvY2Vzcw==&enc=utf8&section=kin&rank=2&search_sort=0&spq=0&pid=gSF9Sdoi5URssZoqM6osss--356835&sid=TVn9VfDtWU0AAEoqFn8 요약 = VC 6.0 버리자 더보기
Linux System Call Table Linux System Call Table 출처 : http://bluemaster.iu.hio.no/edu/ca/lin-asm/syscalls.html The following table lists the system calls for the Linux 2.2 kernel. It could also be thought of as an API for the interface between user space and kernel space. My motivation for making this table was to make programming in assembly language easier when using only system calls and not the C library (for more i.. 더보기
about ROP http://www.blackhat.com/presentations/bh-usa-08/Shacham/BH_US_08_Shacham_Return_Oriented_Programming.pdf http://www.slideshare.net/guest9f4856/returnoriented-programming-exploits-without-code-injection http://teamcrak.tistory.com/archive/201101 http://www.a3sc.co.kr/kor/security/advice.php?mode=view&uid=20&tid=9&ss=&sc=&sn=&findstr=&pg=1 http://security.dsi.unimi.it/~gianz/pubs/acsac09-lecture.p.. 더보기
[Error-Excel] Excel 2000 외부 연결 끊기 사실 에러는 아닌데, 엑셀 버그라고 해서 Error 라고 넣음 ' 외부에서 연결된 파일을 업데이트 하시겠습니까? ' 식의 메시지창 삼규형이 이 에러좀 지워달라고 해서 찾아 봤더니 2000 에서는 연결 되어 있다고 하는데 2003 이후 버전에는 연결 그런거 없다고 나옴 2000 버전 버그 라고 함 삽입 - 이름 - 정의에 가면 정의된 이름들이 외부에서 참조해 오는 것을 알수 있음 이것을 전부 지워야 함 2003 부터는 편집 - 연결 을 보면 연결 끊기 식의 단추가 있는데 2000은 없음 아래 링크를 따라가서 이름 제거 칸에 가서 따라하면 해결 되겠음 2. 모든 이름 제거하기 이름을 모두 제거해도 되는 경우에만 작업합니다. 이 작업을 하면 Print_Area 이름 정의도 삭제가 되기 때문에 페이지 설정을 다.. 더보기
[Error-Fedora] fedora 14 yum another app is currently holding the yum lock yum install 해서 설치하려 했는데 에러 발생 yum another app is currently holding the yum lock yum 사용 중 ~ su - ( your root password when asked ) yum clean all rpm --rebuilddb http://www.linuxquestions.org/questions/fedora-35/another-app-is-currently-holding-the-yum-lock-603251/page2.html 더보기