Bengaly
November 30th, 2004, 02:05
crUsAdEr:
keep'em comming
Quote:
those pop up screen that appears out of no where are really annoying |
well, if you put your mouse over a jmp/call address than it will open the window which shows the target code insted of following it by hand.
if you blindly moving the mouse over the instruction, than yes it can be like an annoying popup window

.. so yes i will add an option to disable it on the fly.
Quote:
from 40Axxx it jumps to 3040xxxx |
can be a buffer problem, i'll have to have the same exe so i can test it here - hint hint.
Quote:
i cant even go to EP, it says address not found! |
yeah, because a disassembler is also depending on FirstPass analyzer, pvdasm currently has a basic one - mostly what it do is to align the data/code
Quote:
If i disable disassembly before EP and enable start disassembling from EP then the code looks good except i dont know how to access code area before EP |
disabling this option will not disassembly anything before the ep, the code will be presenting in byte form.
to somehow make the disassembly more readble, you can try play with the extended options->data window and mark the addresses which should not be disassembled, or you can also increase the bytes from EP to disassemble from 1 to further (11 will be fair enough), and it shell fix your ep not found problem.
and if some still want to use pvdasm, you can share data between pvdasm and ida - load target in ida, make map, load in pvdasm and do whatever you want

.
Solomon:
thanks, what features you like to see ?
keep bugs comming!