목록전체 글 (1052)
도전2022
•This project is an attempt to develop a real decompiler for machine code programs through the open source community. •Create a Retargetable Decompiler. –I.E. one that can decompile different types of machine code files with modest effort, e.g. X86-windows, sparc-solaris, etc. •The Goal is a General Decompiler. An attempt has been made to line up equivalent original source, binary, and decompil..
갑작쓰러운 요구사항에 naver을 참고하여 만든 함수이다. 간단한 함수인데, Windows CE 용으로 만들려니, 쉽지 않네.~ 잘 만든것은 아니고, 그냥.. 동작만 되도록 만들었다. 출처 : http://kin.naver.com/detail/detail.php?d1id=1&dir_id=10104&docid=2079454&qb=Q29tbWFQcmludA==&enc=euc-kr§ion=kin&rank=1&sort=0&spq=0 출처의 rockhun815님이 올려주신 함수를 조금 수정해보았습니다. 화면에 출력하는 것을 문자열에 넣어서 리턴하도록 수정하였습니다. WCHAR* OnUserCommaPrint(DWORD num) { int i; WCHAR arr[1000]={0,}; WCHAR arr2[10..
운영체제를 만들수 있을까 하는 생각에 읽기 시작했다. 결론은, 가야 할 길이 멀다는 것..ㅠ.ㅠ 읽은 후 몇몇 사이트를 알게 되었다는 것 정도가 도움 될까. 리버스 엔지니어링으로 가기 위한 길은 멀고도 멀다. http://www.zap.pe.kr/ chobitsOs 홈페이지 http://www.osguru.net/doku.php 이책의 저자 http://www.crackstore.com/003.htm about anti-SoftICE tricks http://webster.cs.ucr.edu/AoA/DOS/AoADosIndex.html 어셈 학습서 http://haha.nu/page/2/ 블로그 - 최신 기술을 모두 모아놓은 듯 http://mypage.sarang.net/tt/285 블로그 - 다양한 ..