Go Back   FileForums > Games > Game Coders
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25-03-2009, 08:00
bleep bleep is offline
Registered User
 
Join Date: Sep 2007
Location: interwebs
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
bleep is on a distinguished road
Vista 64bit compatible Debuggers

Hey all, long time no read. Just wondering if there were any debuggers compatible with Vista 64bit available yet.
I've tried ollydbg but this particular game seems to detect it and crash after a short while.
I recall having troube getting softice to work on my old xp running pc so I doubt that's even an option and syser is only for 32bit os's I believe.

Anyone know of anything?

Last edited by bleep; 25-03-2009 at 08:02.
Reply With Quote
Sponsored Links
  #2  
Old 25-03-2009, 08:23
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
SoftICE is dead but has been reincarnated as Syser Kernel Debugger; unfortunately, it's 32-bit only. So is OllyDbg. Perhaps, the 64-bit platform is not yet mature enough for a serious debugger?
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
  #3  
Old 25-03-2009, 08:24
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
windbg.. its probably detectable though
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #4  
Old 25-03-2009, 08:41
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Wow, nice. I definitely need something with which I can debug a device driver that works, when compiled with the Windows Device Driver Kit, but causes a BSOD, when compiled with MinGW; I hope WinDbg will help me with this.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
  #5  
Old 25-03-2009, 19:06
bleep bleep is offline
Registered User
 
Join Date: Sep 2007
Location: interwebs
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
bleep is on a distinguished road
Thanks guys, I'll give windbg ago.
Reply With Quote
  #6  
Old 26-03-2009, 03:49
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Joe there is a 64 bit version of Sice/Syser. And it does work in Vista (as long as UAC is turned off)
Reply With Quote
  #7  
Old 26-03-2009, 09:05
Muji-FightR's Avatar
Muji-FightR Muji-FightR is offline
Registered User
 
Join Date: Apr 2005
Location: beyond belief
Posts: 766
Thanks: 0
Thanked 0 Times in 0 Posts
Muji-FightR is on a distinguished road
Send a message via ICQ to Muji-FightR Send a message via Yahoo to Muji-FightR
I take it you're looking for a 32bit debugger that runs on vista64 (ie in wow64)?
Or a debugger for native 64bit apps?
Reply With Quote
  #8  
Old 26-03-2009, 19:48
bleep bleep is offline
Registered User
 
Join Date: Sep 2007
Location: interwebs
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
bleep is on a distinguished road
Quote:
Originally Posted by DABhand View Post
Joe there is a 64 bit version of Sice/Syser. And it does work in Vista (as long as UAC is turned off)
Syser only supports 32bit, the boot module doesn't work in vista 64bit.

Quote:
Originally Posted by Muji-FightR View Post
I take it you're looking for a 32bit debugger that runs on vista64 (ie in wow64)?
Or a debugger for native 64bit apps?
Yeah just a 32bit debugger on vista 64bit, used for game training. Windbg seems to work undetected on this particular game, so far.
Ollydbg is my prefered choice but seems to crash a few mins after initial attach.
Reply With Quote
  #9  
Old 27-03-2009, 05:42
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Quote:
Originally Posted by bleep View Post
Syser only supports 32bit, the boot module doesn't work in vista 64bit.
There IS a 64 bit version.

I use it.

The boot module yes has to be updated from Compuware themselves, assuming your Sice is legit that is, as Vista's MBR is different than XP and below. Thats a given.


http://rr0d.droids-corp.org/ is a free open source one, just x64 ((32bit)).

There is also olly which works fine also.

Tsearch and CheatEngine have their own debuggers, with a bit of work can be used effectively.

Last edited by DABhand; 27-03-2009 at 05:45.
Reply With Quote
  #10  
Old 27-03-2009, 08:27
bleep bleep is offline
Registered User
 
Join Date: Sep 2007
Location: interwebs
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
bleep is on a distinguished road
Well I've tried the Syser Kernel Debugger trial and it refuses to boot. I've been to their support forum (which is a joke) and saw only one thread concerning Vista 64 and the admin stated there was no support for 64bit, that post was from '07 though.

Judging by the way they treat the customer queries on the forum, I think I'll leave that app well alone.

Ollydbg is the best choice, as stated earlier it just doesn't happen to work with this particular game. I'll continue to use Windbg for now.
Reply With Quote
  #11  
Old 04-04-2009, 07:58
hopsie hopsie is offline
Junior Member
 
Join Date: Apr 2009
Location: Germany
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
hopsie is on a distinguished road
Dabhand,

I think you've got some things mixed up??, I do know Syser debugger is working on Vista so I am pretty curious how you managed to get a legit version of SoftICE to run on Vista
Reply With Quote
  #12  
Old 04-04-2009, 14:09
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Quote:
Originally Posted by hopsie View Post
Dabhand,

I think you've got some things mixed up??, I do know Syser debugger is working on Vista so I am pretty curious how you managed to get a legit version of SoftICE to run on Vista
I have paid for my legit Syser, I get updates from them, I got one that allows installation and use in 64bit vista OS's.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Not compatible met CloneCD! BsA-Venom CD/DVD Software & Utilities 5 19-08-2005 19:11
Modchips compatible with dual layer disks? reddragon105 PS2 Games 8 13-06-2005 11:58
Primo DVD - No compatible recorder! timmy4 PS2 Games 5 05-01-2003 11:44
Is Toshiba SDR1002 compatible with CloneCD?? 31415926 CD/DVD Software & Utilities 2 13-05-2001 10:48
Is A Sony CRX140E compatible with Clone -CD \??? Feet PC Games 3 06-05-2001 05:51



All times are GMT -7. The time now is 15:48.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com