Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Beginning VB 6
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 26th, 2005, 08:10 PM
Registered User
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Viability of building a decompiler or disassembler

I have the task to build a disassembler for "Intel HEX" type files, the ones created to be used for a 8051 micro. I need to read the HEX files and translate them to text files (but with mnemonics, like JMP 001, etc). I've heard from some people that this isn't hard to do, but i haven't found any information in the web. Is it viable to do?

Thanks.
propgmr

 
Old April 27th, 2005, 08:27 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
Send a message via MSN to gbianchi
Default

this post is crossed

http://p2p.wrox.com/topic.asp?TOPIC_ID=29775

anyway.. that's not a dificult task.. i do something similar back in college. the only thing you need is the manual for the micro and hard work.

then you go through the file getting byte from byte and decompiling it...

HTH

Gonzalo
 
Old April 27th, 2005, 02:41 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

I think intel has the software to do this for free. Couldn't you use that to 'print' to a file, then read that file? Seems it would be tons easier...

It is certainly a viable undertaking. It is a case where you will be delving into the nitty-gritty though.

Have a look at http://www.8052.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
c# dll Decompiler farhan_iac General .NET 8 July 5th, 2011 03:57 AM
IL Disassembler elvisfeverr General .NET 1 July 14th, 2008 02:31 AM
DisAssembler @shish ASP.NET 1.0 and 1.1 Professional 0 April 7th, 2006 08:14 AM
Disassembler problem @shish ASP.NET 1.0 and 1.1 Basics 0 April 7th, 2006 08:07 AM
Building a decompiler/disassembler propgmr VB How-To 1 April 28th, 2005 12:33 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.