Exetools  

Go Back   Exetools > General > Source Code

Notices

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 11-06-2022, 06:30
FireFox FireFox is offline
Friend
 
Join Date: Aug 2019
Posts: 18
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 7
Thanks Rcvd at 28 Times in 12 Posts
FireFox Reputation: 0
Thumbs up Sandsprite VB Decompiler Source Code

This is the Sandsprite VB Decompiler Source Code which used to be on Github but is no longer available.

The original repo used to be at:
Quote:
https://github.com/vb-decompiler
but the source code is not available from the past few years.

This is a copy of the FORK from github before it was removed. It is not mine. It was found on the internet.
It is very useful to check this source code to learn about p-code and decompiling VB in general.

Official details from its readme:

VbDec is a free VB6 P-Code Disassembler and debugger.

Features:
  • List structs, api, function names and offsets for all Vb6 binaries
  • Generate IDA scripts for functions and structures
  • Determine prototypes for public members
  • Properly disassemble and resolve most common VB6 P-code
  • Powerful search UI for code, funcs, strings, opcodes, and structures.
  • Live debugging of P-Code exes w/ single stepping, breakpoints etc.
  • Live stack display with diffing to highlight changes
  • Data viewer for Variant, Date, Array, etc
  • Memory window displays data for multiple types with click navigation
  • Ability to persistently patch memory, nop instructions
  • Modify stack values and reset EIP in the debugger.
  • Disassembly viewer supports renaming functions, adding comments
  • Click to navigate functions in disasm and esc go back in history
  • Ability to resolve class names from live object pointers in debugger
  • COM aware: dynamically lookup libraries and resolve function names
  • Export disassembly to database
  • Explore VB6 internal structures, calculate offsets
  • Constant pool viewer to manually explore data
  • Can be automated through a plugin framework or Javascript
  • Script editor supports syntax highlighting and basic intellisense.
  • Supports command line execution

Download:
Quote:
https://www21.zippyshare.com/v/fNTdXKsN/file.html
The Following 10 Users Say Thank You to FireFox For This Useful Post:
bashan (11-20-2022), chessgod101 (11-06-2022), Mahmoudnia (12-04-2022), niculaita (11-07-2022), NoneForce (11-06-2022), ontryit (12-03-2022), traf0 (11-07-2022), user_hidden (11-06-2022), wilson bibe (11-06-2022), yoza (11-06-2022)
  #2  
Old 11-06-2022, 18:40
Zeocrack Zeocrack is offline
Friend
 
Join Date: Sep 2022
Location: Bangladesh
Posts: 26
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 75
Thanks Rcvd at 7 Times in 2 Posts
Zeocrack Reputation: 0
Anyone have any Tutorial using VbDec as debugger and decompiler?

Thanks
  #3  
Old 11-06-2022, 19:56
JMP-JECXZ JMP-JECXZ is offline
Friend
 
Join Date: Mar 2017
Posts: 86
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 14
Thanks Rcvd at 102 Times in 48 Posts
JMP-JECXZ Reputation: 1
Youtube playlist
The Following 2 Users Say Thank You to JMP-JECXZ For This Useful Post:
ontryit (12-03-2022), Zeocrack (11-07-2022)
  #4  
Old 11-07-2022, 07:05
LordGarfio LordGarfio is online now
Friend
 
Join Date: Jan 2005
Posts: 62
Rept. Given: 7
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 86
Thanks Rcvd at 71 Times in 25 Posts
LordGarfio Reputation: 2
Semi-VB-Decompiler v0.09 Build 1.0.65 source code by VBGAMER45

https://github.com/VBGAMER45/Semi-VB-Decompiler

Cheers.
The Following 3 Users Say Thank You to LordGarfio For This Useful Post:
niculaita (11-07-2022), ontryit (12-03-2022), Zeocrack (11-07-2022)
  #5  
Old 12-03-2022, 09:35
ontryit ontryit is offline
Friend
 
Join Date: Nov 2011
Posts: 172
Rept. Given: 127
Rept. Rcvd 17 Times in 14 Posts
Thanks Given: 411
Thanks Rcvd at 70 Times in 43 Posts
ontryit Reputation: 17
Quote:
Originally Posted by FireFox View Post
This is the Sandsprite VB Decompiler Source Code which used to be on Github but is no longer available.

The original repo used to be at: but the source code is not available from the past few years.

This is a copy of the FORK from github before it was removed. It is not mine. It was found on the internet.
It is very useful to check this source code to learn about p-code and decompiling VB in general.

Official details from its readme:

VbDec is a free VB6 P-Code Disassembler and debugger.

Features:
  • List structs, api, function names and offsets for all Vb6 binaries
  • Generate IDA scripts for functions and structures
  • Determine prototypes for public members
  • Properly disassemble and resolve most common VB6 P-code
  • Powerful search UI for code, funcs, strings, opcodes, and structures.
  • Live debugging of P-Code exes w/ single stepping, breakpoints etc.
  • Live stack display with diffing to highlight changes
  • Data viewer for Variant, Date, Array, etc
  • Memory window displays data for multiple types with click navigation
  • Ability to persistently patch memory, nop instructions
  • Modify stack values and reset EIP in the debugger.
  • Disassembly viewer supports renaming functions, adding comments
  • Click to navigate functions in disasm and esc go back in history
  • Ability to resolve class names from live object pointers in debugger
  • COM aware: dynamically lookup libraries and resolve function names
  • Export disassembly to database
  • Explore VB6 internal structures, calculate offsets
  • Constant pool viewer to manually explore data
  • Can be automated through a plugin framework or Javascript
  • Script editor supports syntax highlighting and basic intellisense.
  • Supports command line execution

Download:
Hi bro, can you reupload ?
  #6  
Old 12-04-2022, 04:46
LordGarfio LordGarfio is online now
Friend
 
Join Date: Jan 2005
Posts: 62
Rept. Given: 7
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 86
Thanks Rcvd at 71 Times in 25 Posts
LordGarfio Reputation: 2
@ontryit
https://www.upload.ee/files/14717988/Visual_Basic_Decompilers_Source_Pack.zip.html
https://mega.nz/file/O4EXHKSB#GGGuG32WvQyeoMXwznSs9CNUP_1dOI_nwLbkjfMB0RA
https://nitroflare.com/view/FF5A590F1A6E4EC/Visual_Basic_Decompilers_Source_Pack.zip

Cheers.

Last edited by LordGarfio; 12-04-2022 at 05:06.
The Following 3 Users Say Thank You to LordGarfio For This Useful Post:
FireFox (12-04-2022), Mahmoudnia (12-04-2022), ontryit (12-04-2022)
  #7  
Old 12-04-2022, 07:09
FireFox FireFox is offline
Friend
 
Join Date: Aug 2019
Posts: 18
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 7
Thanks Rcvd at 28 Times in 12 Posts
FireFox Reputation: 0
VB Decompiler Source Code (Complete from Repo)

Quote:
Originally Posted by ontryit View Post
Hi bro, can you reupload ?
MIRROR FROM FIRST POST OF THIS THREAD

This is the actual upload from the first post in this thread. I have uploaded to more servers this time and will also create a TOR mirror soon:
Quote:
https://turbobit.net/dvye2x2igodg.html
https://1fichier.com/?tc9idmal2yc26yahuppe
https://uptobox.com/5jmhstys7woz
https://gofile.io/d/Dc2jna
https://megaup.net/1Qpbj
https://anonfiles.com/Q9Q9K7K2y6/vbdec_rar
https://www.file-upload.com/10tndlxgu8kk
https://www.upload.ee/files/14718200/vbdec.rar.html
NOTE: For purposes of DMCA, the original author had made this repo available on Github where many of us forked the source code and some of us made improvements to it.
Then around 2-3 years ago, the original author suddenly DMCA-ed the forks of this project and now wants to get "donations" first...
The Following 4 Users Say Thank You to FireFox For This Useful Post:
blue_devil (12-08-2022), Mahmoudnia (12-04-2022), ontryit (12-04-2022), rasta (12-23-2022)
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT +8. The time now is 18:51.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )