Results 1 to 22 of 22

Thread: exe. is made

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    exe. is made

    Sorry! I know it is a silly question. but may be I get any clue

    I have an exe. I want to know which software have been used to create this exe. is there any method to know ... please forgive me

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: exe. is made

    Hello,

    Although VB.Net can be used to create an exe, I don't believe this is the correct forum to be asking the question that you have, it is more general than that.

    As such, I am going to move your question to the General Developer Forum.

    Gary

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: exe. is made

    It would depend on a number of things the operating system, the language, etc! In-short you can't really tell what language a compiled exe has been coded in that is unless you some how hack it. You can guess which, language was used for example C, C++, C#, VB, etc.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: exe. is made

    Some decompilers might be able to find the language used (VB.Net or C#.Net).


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  5. #5
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Re: exe. is made

    Well, it really doesn't matter, does it?

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: exe. is made

    Quote Originally Posted by honeybee View Post
    Well, it really doesn't matter, does it?

    .
    This is a good question.

    janu,

    What exactly is your requirement here? What do you want to do with this exe?

    Gary

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    Re: exe. is made

    Quote Originally Posted by gep13 View Post
    This is a good question.

    janu,

    What exactly is your requirement here? What do you want to do with this exe?

    Gary

    sir, I don't want to do anything with that exe. i observed that exe. might have been created in .NET because form and controls are very similar to VB.Net .. so I tried to decompile it in DIS# but error message comes up exe. does not .NET Portable executable .. my question is then how to find an appropriate language used for such exe's

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: exe. is made

    Hello,

    If you suspect that the exe is created by one of the .Net Languages, then you could use one of the following to test it:

    JustDecompile
    .Net Reflector
    dotPeek

    Gary

  9. #9
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: exe. is made

    Quote Originally Posted by janu View Post
    sir, I don't want to do anything with that exe. i observed that exe. might have been created in .NET because form and controls are very similar to VB.Net .. so I tried to decompile it in DIS# but error message comes up exe. does not .NET Portable executable .. my question is then how to find an appropriate language used for such exe's
    What exactly do you wish to imitate ? The appearance of the app ? Some other functionality ?

    If you tell us about that, maybe we would be able to suggest you something that will help you.


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  10. #10

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    Re: exe. is made

    Quote Originally Posted by akhileshbc View Post
    What exactly do you wish to imitate ? The appearance of the app ? Some other functionality ?

    If you tell us about that, maybe we would be able to suggest you something that will help you.


    I should really confess.. I want to know functionalists of an exe.

  11. #11
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: exe. is made

    Hello,

    So, to be clear, you are trying to reverse engineer an exe that is currently compiled.

    I take it this exe does not belong to you? Have you got permission from the maker of the exe?

    Gary

  12. #12

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    Re: exe. is made

    Quote Originally Posted by gep13 View Post
    Hello,

    So, to be clear, you are trying to reverse engineer an exe that is currently compiled.

    I take it this exe does not belong to you? Have you got permission from the maker of the exe?

    Gary
    not like that I don't want to reverse an exe. I just need a hint for code used in it ... so need to know the language used to create this exe.

  13. #13
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: exe. is made

    Quote Originally Posted by janu View Post
    not like that I don't want to reverse an exe. I just need a hint for code used in it ... so need to know the language used to create this exe.
    Let us know what software you are talking about ? And what functionality you are looking for.

    As far as I know, it doesn't matter with the language. Any language can be used to create an application of your needs. For example, you can create a GUI app in C or C++. Instead of dragging & dropping controls into the form (like in VB, VC++, etc..), we have to manually write the code for the GUI in the C & C++ editor.


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  14. #14

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    Re: exe. is made

    here is a request what I actually want to intend

    http://www.vbforums.com/showthread.php?t=668396

  15. #15
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Re: exe. is made

    That request, rather the thread, pertains to a web application. How is that relevant to knowing how an EXE file works?

    I am afraid you will have to be much more explicit about what you want to do with an EXE. If you want to know how to write code for a particular functionality, trying to decode or reverse engineer an EXE is probably the worst method you could try.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  16. #16
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: exe. is made

    Quote Originally Posted by honeybee View Post
    That request, rather the thread, pertains to a web application. How is that relevant to knowing how an EXE file works?
    .
    Maybe, OP had found another app that does the same thing (ie. is pulling data from web and filter the search). Inorder to imitate the same thing, he might be trying to decompile it and get the necessary code.


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  17. #17
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: exe. is made

    Hello janu,

    How about you explicitly state all the requirements that your application needs to do. Then, we can start to advice on how best to proceed.

    i.e. My application needs to connect to a web service to retrieve information.
    My application needs to be able to filter the above information based on input from the user

    Gary

  18. #18

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    Re: exe. is made

    Quote Originally Posted by gep13 View Post
    Hello janu,

    How about you explicitly state all the requirements that your application needs to do. Then, we can start to advice on how best to proceed.

    i.e. My application needs to connect to a web service to retrieve information.
    My application needs to be able to filter the above information based on input from the user

    Gary
    that is what I need .. My application needs to connect to a web service to retrieve information [productId] when using TextBox as search input

  19. #19
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: exe. is made

    In which case, I think this thread is pretty much resolved, as this question is being answered in your other thread. The need to decompile the exe shouldn't be required anymore.

    Gary

  20. #20

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    Re: exe. is made

    Quote Originally Posted by gep13 View Post
    In which case, I think this thread is pretty much resolved, as this question is being answered in your other thread. The need to decompile the exe shouldn't be required anymore.

    Gary

    not works in my case : shall I post whole application codes here

  21. #21
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: exe. is made

    Hello,

    You already have a thread that is being used to answer that question, so I don't see any reason to post it again here.

    Gary

  22. #22

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2009
    Location
    vbforums
    Posts
    809

    Re: exe. is made

    Quote Originally Posted by gep13 View Post
    Hello,

    You already have a thread that is being used to answer that question, so I don't see any reason to post it again here.

    Gary

    help me here please

    http://www.vbforums.com/showthread.p...27#post4111527

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