News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

WELT (Windows Error Lookup Tool)

Started by Gunner, February 12, 2010, 02:44:13 AM

Previous topic - Next topic

Gunner

Here is another tool for you all!  Yes it is another windows error lookup tool BUT it will also lookup and translate HRESULTS!!!  So this is a must have for all you people programming COM.  Wrote this a few years ago and just found it on a disk..  I want to update it but cannot find the source (can't remember how I did the HRESULT stuff), so give my some time to figure it out and I will update it... for now play with this.

Showing the result of an HRESULT:
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

dedndave

maybe this will help Rob   :bg

Gunner

cant open a zip on my phone, so i will have a looksy after work later
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com


Gunner

Quote from: dedndave on February 12, 2010, 04:05:42 AM
maybe this will help Rob   :bg

What did you use to disassemble it?  I like the output
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

dedndave

i use a simple disassembler that i got on a geocities site - written by Sang Cho
of course, geocities sites no longer exist - i can't find the program online - EDIT - if i get his name right, you can find it - lol
it does not disassemble any data, but it does a decent job on code and is fairly fast
it is 7 years old - not sure how well it handles SSE etc

the program disassembles to the console screen
to disassemble to a text file...

> disasm someprog.exe >someprog.asm

i think you want to keep the names short   :P

PBrennick

Sang Cho's disassembler is the only one I use. His current webpage is http://hcilab.cju.ac.kr/disasm.html. Sources are also availabe there.

Attached is the instruction set (from INTEL) he used in creating the dissassembler.

hth,
Paul
The GeneSys Project is available from:
The Repository or My crappy website