radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.81k stars 3.02k forks source link

radare2 + windbg + windows xp 64bit #3159

Open XVilka opened 9 years ago

XVilka commented 9 years ago

radare2 compiled with mingw32 connecting to the VMWare with Windows XP 64bit image.

At first connection: image1 Then after reconnection: image2

dukebarman commented 9 years ago

Update images: 2015-08-25 01-32-30 2015-08-25 01-36-18

XVilka commented 9 years ago

I guess profile for 64bit XP should be added here https://github.com/radare/radare2/blob/master/shlr/wind/profiles.h

radare commented 7 years ago

so? can you make a pr?

Maijin commented 7 years ago

Isn't that fixed @xarkes ?

XVilka commented 7 years ago

@dukebarman can you please check this one? Should be fixed, but we need a confirmation.

radare commented 7 years ago

cc @josediazfer

dukebarman commented 5 years ago

Try to check with Windows 8.1 x64

Virtual Software: VMware Fusion Pro Host: OSX 10.14

r2 -a x86 -b 64 -D windbg windbg:///tmp/windbg.pipe
Opened pipe /tmp/windbg.pipe with fd 0x6
State64
Sync done! (1 cpus found)
Major : 15 Minor 9600
Protocol version : 6.2
Flags : 00000007
Machine : 00008664
Module list : fffff8023535c250
Debug block : fffff80235373178
_KDDEBUGGER_DATA64 at 0xfffff80235329530
Could not find a suitable profile for the target OS
iob_pipe_write, send: Bad file descriptor
iob_pipe_write, send: Bad file descriptor
iob_pipe_write, send: Bad file descriptor
[1]    39199 segmentation fault  r2 -a x86 -b 64 -D windbg windbg:///tmp/windbg.pipe
XVilka commented 4 years ago

@GustavoLCR @yossizap FYI

XVilka commented 4 years ago

@dukebarman could you please try again?