Log in

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


evc_viper
November 29th, 2000, 02:32
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
November 29th, 2000, 11:54
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
November 29th, 2000, 19:40
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
November 29th, 2000, 23:15
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
November 30th, 2000, 11:33
That's not true fret... it works flawlessly even yith the patch

evc_viper
November 30th, 2000, 19:52
Thanx, buddies. I found it and successfully patched it. working like a charm. Thanx for the help again.

4oh4
December 1st, 2000, 11:11
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