Results 1 to 12 of 12

Thread: Semi VB Decompiler - Source Code + More

  1. #1

    Thread Starter
    Lively Member vbgamer45's Avatar
    Join Date
    Sep 2004
    Posts
    67

    Thumbs up Semi VB Decompiler - Source Code + More

    Been about five years since I have done any VB decompiler work so releasing what I have done so far. Has been a great learning experience for me and should help others as well!


    Learn about internal VB structure, exe file formats. Supports VB 4,5,6
    vb 2,3 can be supported with the addons.
    .Net CLR information, processing streams.
    And more!


    All I ask if you use is include me in the credits.
    Sources work for VB6

    Semi VB Decompiler
    http://www.theprogrammingzone.com/so...ource Code.rar

    Simple VB EXE Obfuscator
    http://www.theprogrammingzone.com/so...Obfuscator.rar

    VB 3 Binary Form to Text converter
    http://www.theprogrammingzone.com/so...ry to text.rar

    VB 3 Decompiler OCX turned Dodis decompiler into an ocx can be linked to semi vb decompiler
    http://www.theprogrammingzone.com/so...mpiler OCX.rar

    Addon for Semi VB Decompiler
    http://www.theprogrammingzone.com/so...API Loader.rar
    Semi VB Decompiler 0.07 Getting better everyday
    http://www.visualbasiczone.com/produ...ivbdecompiler/
    VisualBasicZone
    http://www.visualbasiczone.com
    EasyPHPBB.com
    Free PHPBB forums the quick and easy way!

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

    Re: Semi VB Decompiler - Source Code + More

    I receive a lot of errors when trying to load Semi VB Decompiler in Visual Basic 6.0 I haven't tried the other programs yet.
    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

  3. #3

    Thread Starter
    Lively Member vbgamer45's Avatar
    Join Date
    Sep 2004
    Posts
    67

    Re: Semi VB Decompiler - Source Code + More

    It does require quite a few ocx controls along with libraries that need to be registered/included in the project.
    Semi VB Decompiler 0.07 Getting better everyday
    http://www.visualbasiczone.com/produ...ivbdecompiler/
    VisualBasicZone
    http://www.visualbasiczone.com
    EasyPHPBB.com
    Free PHPBB forums the quick and easy way!

  4. #4
    Member
    Join Date
    Dec 2007
    Location
    Brunei Darussalam
    Posts
    50

    Re: Semi VB Decompiler - Source Code + More

    im having problem with the ocx,
    its prjVB3decompiler.ocx i cant find any

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

    Re: Semi VB Decompiler - Source Code + More

    From what I can tell all the files linked to above belong to one project? If so wouldn't it be better to add those components together in an installation package? That way all the files needed to run the program will be included in the package instead of users having to search for and installing thm manually.
    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

  6. #6

    Thread Starter
    Lively Member vbgamer45's Avatar
    Join Date
    Sep 2004
    Posts
    67

    Re: Semi VB Decompiler - Source Code + More

    I do have an install program that installs anything but didn't want to include the .exe file there
    prjVB3decompiler.ocx is in VB 3 Decompiler OCX
    Semi VB Decompiler 0.07 Getting better everyday
    http://www.visualbasiczone.com/produ...ivbdecompiler/
    VisualBasicZone
    http://www.visualbasiczone.com
    EasyPHPBB.com
    Free PHPBB forums the quick and easy way!

  7. #7
    New Member
    Join Date
    Sep 2010
    Posts
    1

    Re: Semi VB Decompiler - Source Code + More

    well I read the read me and included all the files need in the directory where I have all the project unzip and the project loads fine with no errors but now when i try to compile it I'm getting errors is there anything else i need to have installed for this to compile?

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

    Re: Semi VB Decompiler - Source Code + More

    Quote Originally Posted by megaman8x View Post
    well I read the read me and included all the files need in the directory where I have all the project unzip and the project loads fine with no errors but now when i try to compile it I'm getting errors is there anything else i need to have installed for this to compile?
    I emailed vbgamer45 after receiving your email but I haven't received a response.
    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

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

    Re: Semi VB Decompiler - Source Code + More

    Quote Originally Posted by emailfrommegaman8x
    its seems like im not gonna get an answer so i thought maybe you could help me; im trying to compile it with vb6 but the code highlighted i get when compiling contains "mydotnet as semivbdecompiler" and the error message "cannot find project or library" Do I need to use the newer visual basic express to compile this thing?

    thanks
    I will have another look and see if I can figure out how to get the code working and compiled! Well, the code is posted in the Visual Basic 6 and earlier code bank so it should be written in VB6 or earlier. You email was about something on vbforums I posted the reply here but it might be use for other using the code.

    Edit:

    Still not having any luck compiling the decompiler! After, I try to create the exe on my laptop I receive a message that SemiVBDecompilerHelper is missing the funny thing is that the directory that is said to be listed under is under one named "vb.net" although, that folder is not included in any of the packages included in the first post.

    You could ask over at the Programming Zone about how to compile and use the files.
    Last edited by Nightwalker83; Sep 26th, 2010 at 07:41 AM. Reason: Fixed spelling!
    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

  10. #10

  11. #11
    New Member
    Join Date
    Jun 2022
    Posts
    1

    Re: Semi VB Decompiler - Source Code + More

    Dear VbGamer45,

    Please contact me. I have purchased Your SemiVBdecompiler but PayPal sent the confirmation to my old, now defunct email address (cca 10-15 min ago).

    How can I download the software if the link goes to the wrong email address?

  12. #12
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,053

    Re: Semi VB Decompiler - Source Code + More

    He has a full installer in his open source git repo

    https://github.com/VBGAMER45/Semi-VB...B%20Decompiler

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