home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text0526.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.4 KB  |  45 lines

  1. Cc: huntercr@cs.purdue.edu (Charles Randolph Hunter)
  2. X-Mailer: ELM [version 2.4 PL24alpha3]
  3. MIME-Version: 1.0
  4. Content-Type: text/plain; charset=US-ASCII
  5. Content-Transfer-Encoding: 7bit
  6. Content-Length: 1102      
  7. Sender: owner-executor@nacm.com
  8. Precedence: bulk
  9.  
  10.  
  11. Hi gang,
  12.  
  13. I know that this is inappropriate to post on either of these lists, but
  14. I hear it talked about so often that I thought I might ask here.
  15.  
  16. I am working on a project that will convert simple binaries across
  17. two platforms and or back again. This is similar to a program 
  18. I picked up called, "86to68", which converts 8086 asm to 68000 asm.
  19. I am attempting to do this from the assembled [binary ] 
  20. level. Sort of a re-assembler. Things are working out well, but I have
  21. been ignoring, until now, the endian difference.
  22.  
  23. My question is: What patterns should the program look for? What kind
  24. of strategy should the program use to check?
  25. I'll admit, I am a little  ignorant on the subject. 
  26. Can this be swapped statically at all? 
  27. If so, Should I execute the program internally and tag all references to 
  28. 16+bit  data?  
  29. If not... am I going to have to add a swap routine to every
  30. program that is reassembled?  I'm confused. 8-)
  31.  
  32. Right now, I am only implementing a 2 pass dissasemble that 
  33. does nothing with what appears to be dataspace.
  34.  
  35.  
  36. Mat? Cliff? DJ? anyone???
  37.  
  38.         Help! 
  39.  
  40.             --Charles Hunter
  41.  
  42.  
  43.  
  44.  
  45.