Results 1 to 7 of 7

Thread: 2 Questiom Mgiht Be Really Hard To Explain

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219
    1. How to i convert vb lang to Assembly Lang?
    2. How can i decompile a exe into assembly lang ?

  2. #2
    Member
    Join Date
    Apr 1999
    Posts
    56
    I've heard of/seen downloads for decompilers that decompile an .exe file into assembly but I've never used one. I can't remember any URL's though... sorry.

  3. #3
    Guest
    mhh.. long time ago... i had an tool, that decompiles exe - files to c - code.... but don't remeber the name...

    i think, that a tool that converts vb to assembly does not exist


    bye
    taLON

  4. #4
    New Member
    Join Date
    Jan 2000
    Location
    mount clemens, mi, us
    Posts
    12
    its certainly seems possible to turn any program into assembly as it's so low-level. but it wouldn't be worth it on a vb exe, as it is full of references to dlls. i don't know if those calls would translate correctly at all either ( i dont know much about assembly )

  5. #5
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840

    1. How to i convert vb lang to Assembly Lang?
    2. How can i decompile a exe into assembly lang ?
    This I gather is another lame attempt by XxEvilxX to get more power out of his VB app

    GET OVER IT !!!!!

    I've seen an assembly compiler written in qbasic but I gather from the nature of your question that you know jack about assembly language!!! and I'll be turning in my grave before you see an assembler RAD (even a two stage one)

    If you can learn enough tricks-of-the-trade in VB you can get similar processing power to C . You won't find a C programmer who will admit it too you but in Maths, file I/O and speed you can match those languages. A better written App is ALWAYS better that a slightly more efficiently compiled language, I know because I program in C and C++ too (although rarely now)

    Let me ask you a question...
    Why do you want to convert to an assembly lang app? it's not a learning exercise as you you seem to have no interest in assembly past the fact that you've heard it's faster.

    how old are you anyway?????

    [Edited by Paul282 on 03-24-2000 at 10:38 AM]

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219
    well cuase i figure i could make my exe and compile and then decompile it to assembly then re compile in assembly lang it could go faster and im 16 years old

  7. #7
    Member
    Join Date
    Apr 1999
    Posts
    56
    I don't think it would go faster just because you compiled from assembly because it came from VB code. The program would still be interpreted at runtime and all the stuff that makes our VB programs slow would still be in the code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width