Flag: Tornado! Hurricane!

 Forums >>  Debuggers  >>  WinDbg - code off?

Topic created on: May 28, 2008 17:01 CDT by Nadya .

Hi
I have recently switch to WinDbg for debugging x64 applications and one thing gets on my nerves that is printing opcodes in dissasembler. How to switch it off? is it possible? In SoftIce I just typed code on/off:(
thanks in advance

  anonymouse     May 29, 2008 23:56.52 CDT
.prompt_allow -dis will disable printing of disassembly
.prompt_allow +dis will enable printing of disassembly

.prompt_allow can disable and enable the following displays too

+/- reg
+/- sym
+/- ea
+/- src
and as stated above
+/- dis

edit

i re read your question and i think you want disassembly but do not want opcodes

if that is the case

.prompt_allow +dis

.asm no_code_bytes

should do the trick



0:000> .asm no_code_bytes
Assembly options: no_code_bytes
0:000> t
7c923d32 cmp     byte ptr [ebp+0Ch],0
0:000> t
7c923d36 jne     ntdll!LdrQueryApplicationCompatibilityGoo+0x54 (7c93e11c)

  Nadya   May 30, 2008 03:15.09 CDT
Thank you very much! it's exactly what I was looking for!

Note: Registration is required to post to the forums.

There are 29,898 total registered users.


Recently Created Topics
Decompiling raw bina...
May/22
Incorrect bitness wh...
May/20
PaiMei stalker modul...
May/19
Attach to program us...
May/13
IDA PRO how to make ...
May/12
FACT: OpenRCE is dead.
May/08
Int 3 anti debug?
May/05
help needed - Beginn...
May/03
Attaching IDA Pro to...
Apr/27
File type
Apr/21


Recent Forum Posts
Ollydbg 2.0 - Plugin...
openrce...
IDA PRO how to make ...
codeinject
FACT: OpenRCE is dead.
codeinject
IDA Resource Viewer ...
r2x64
FACT: OpenRCE is dead.
djnemo
FACT: OpenRCE is dead.
codeinject
FACT: OpenRCE is dead.
pedram
help needed - Beginn...
araujo
Attaching IDA Pro to...
codeinject
Int 3 anti debug?
codeinject


Recent Blog Entries
lowpriority
Apr/13
OllyMigrate Plugin for Olly...

everdox
Mar/08
2 anti-trace mechanisms spe...

everdox
Mar/07
Advanced debugging techniques

everdox
Mar/06
Branch tracing and LBR acce...

everdox
Mar/05
Using pre-paged in virtual ...

More ...


Recent Blog Comments
clarisonic on:
Apr/03
New version of Ollydbg!

clarisonic on:
Apr/03
New version of Ollydbg!

trackerx90 on:
Mar/04
SuppressDebugMsg As Anti-De...

coachfactory on:
Feb/25
Portable Executable Format ...

coachfactory on:
Feb/25
A new Anti-Olly trick.

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit