PDA

View Full Version : How to let W32DASM show ref. string for VB program?


evc_viper
11-29-2000, 02:32 AM
Greeting, reverser:

I remember that there is way to do it, but I totally forgot how. Could any kind soul give me some suggestion? Thanks.

vgb
11-29-2000, 11:54 AM
Look for w893sdr.zip or wd893sdr.exe. Should find it on some of the tool sites. Sorry, don't have the URL handy.

vgb

4oh4
11-29-2000, 07:40 PM
The patch info is as follows if you'd like to make the 2 byte changes yourself:

offset original byte patched byte
00016B6C 98 28
00016B6D F4 F6


--4oh4

(damned tabs turned into spaces somehow)

?ferret
11-29-2000, 11:15 PM
Make a copy of W32Dasm and patch it for sole use w/ VB proggies.

The patch seems to make W32Dasm react a bit strangely w/ some "normal" programs for some reason.

Hodensack
11-30-2000, 11:33 AM
That's not true fret... it works flawlessly even yith the patch

evc_viper
11-30-2000, 07:52 PM
Thanx, buddies. I found it and successfully patched it. working like a charm. Thanx for the help again.

4oh4
12-01-2000, 11:11 AM
I forget who, but someone published a tut on a asm loader so you could of course choose the in-memory patch only when working with vb apps. I personally have not had problems with non-vb apps using a patched w32dasm but have heard others complain. This is an easy work around for that issue.


--4oh4