WeZZ 's 공간292 AMD64 http://www.codeproject.com/KB/system/AMD64_EM64T_architectur.aspx http://www.ii.uib.no/~osvik/x86-64/ 2010. 5. 7. Walking the callstack http://www.codeproject.com/kb/threads/StackWalker.aspx 2010. 5. 7. [WinDbg 명령] s (Search Memory) s (Search Memory) 메모리에서 원하는 문자열이나 메모리 패턴을 찾을 때 사용하는 명령입니다. 디버깅할 때 종종 아주 유용하게 사용하는 경우가 있으므로 알아두시면 좋습니다. WinDbg Help 를 보면 아주 다양한 옵션을 사용할 수 있다는 것을 알 수 있습니다. 다 알면 유용한 것들일텐데 안타깝게도 제가 다 알지를 못하고 있습니다. -_-a 유용하게 자주 사용하는 것들만 간단히 설명합니다. [Syntax] s [-Type] Range Pattern Type Description b Byte (8 bits) (default) w WORD (16 bits) d DWORD (32 bits) q QWORD (64 bits) a ASCII string(not necessarily null-termin.. 2010. 5. 6. Trampolines In x64 Trampolines In x64 We got a few nice features from the new architecture of x64, like larger memory addressing, more registers (so fast call is the standard up to three registers and the rest get on the stack), and of course, a wider bandwidth of 64 bits, etc. AMD had a once in a life opportunity to change the ISA (instruction set architecture) a bit and to make it much better, but instead, they .. 2010. 5. 6. Powerful x86/x64 Mini Hook-Engine http://www.codeproject.com/KB/system/mini_hook_engine.aspx 2010. 3. 29. X64 Calling Computers with 64 bit processors are becoming popular, at least in enterprise circles. Also the X64 version of Windows Vista is more popular than Windows XP 64 bit edition. 2 Types of 64 bit architecture Yes, unlike 32 bit (aka X32) there are 2 64 bit architectures: AMD's X64 ; also known as X32-64 & AMD64 Intel's IA-64; also known as ItaniumThe subject of this post is AMD's 64 bit chip, which i.. 2010. 3. 26. 이전 1 ··· 22 23 24 25 26 27 28 ··· 49 다음