titanium
04-04-2010, 09:26 AM
I recently moved to a 64 bit os (windows 7) and the first thing I noticed is that even though some 32 bit programs will disassemble correctly, some like cs:source will not.
Whenever I attempt to debug it, I get the following:
No prior disassembly possible
ntdll!DbgBreakPoint:
77be000c cc int 3
77be000d c3 ret
77be000e 90 nop
77be000f 90 nop
77be0010 8b4c2404 mov ecx,dword ptr [esp+4]
77be0014 f6410406 test byte ptr [ecx+4],6
77be0018 7405 je ntdll!DbgBreakPoint+0x13 (77be001f)
77be001a e8411d0100 call ntdll!ZwTestAlert (77bf1d60)
77be001f b801000000 mov eax,1
77be0024 c21000 ret 10h
Is there any fix or something I can do to be able to disassemble this specific game or do I have to go back to using a 32 bit OS?
Also I am aware of this thread ->http://forum.gamedeception.net/threads/19635-OllyDb-Cant-Debug-Game?highlight=cant+debug but I only get this issue on a 64 bit operating system and not in a 32 bit one. The file isn't packed by upx or any other packer either..
Whenever I attempt to debug it, I get the following:
No prior disassembly possible
ntdll!DbgBreakPoint:
77be000c cc int 3
77be000d c3 ret
77be000e 90 nop
77be000f 90 nop
77be0010 8b4c2404 mov ecx,dword ptr [esp+4]
77be0014 f6410406 test byte ptr [ecx+4],6
77be0018 7405 je ntdll!DbgBreakPoint+0x13 (77be001f)
77be001a e8411d0100 call ntdll!ZwTestAlert (77bf1d60)
77be001f b801000000 mov eax,1
77be0024 c21000 ret 10h
Is there any fix or something I can do to be able to disassemble this specific game or do I have to go back to using a 32 bit OS?
Also I am aware of this thread ->http://forum.gamedeception.net/threads/19635-OllyDb-Cant-Debug-Game?highlight=cant+debug but I only get this issue on a 64 bit operating system and not in a 32 bit one. The file isn't packed by upx or any other packer either..