Sinisterly
[Tutorial] [VB.Net] Making a Builder and Stub Program - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: [Tutorial] [VB.Net] Making a Builder and Stub Program (/Thread-Tutorial-VB-Net-Making-a-Builder-and-Stub-Program)

Pages: 1 2 3 4 5 6


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Jacob - 05-25-2011

What exactly is this application for though? Anything you want it to be?


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Coder-san - 05-25-2011

Yes, it is a template for a Builder-stub application. Which is common for hacking tools, obfuscators, etc.

Normally a program is build once, in order to make any change in it you must build it again. Builder-stub applications allow a normal user to build an application according to their needs, without compiling it again.


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Antique - 05-25-2011

Nice work Coder, Smile
You have some nice tutorials. :p
Tee wai.


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Jacob - 05-25-2011

(05-25-2011, 06:09 AM)Coder-san Wrote: Yes, it is a template for a Builder-stub application. Which is common for hacking tools, obfuscators, etc.

Normally a program is build once, in order to make any change in it you must build it again. Builder-stub applications allow a normal user to build an application according to their needs, without compiling it again.

That sir, was the most defined, yet simple, helpful explanation of anything ever. + all the rep i can give :thumbs:


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - The Exordium - 08-06-2011

Very good tutorial, good job!


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Mr.Kewl - 08-08-2011

Thats a sexy tutorial. <3


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - nilangalk - 08-15-2011

thank u for the post brother.........


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - 1234hotmaster - 08-18-2011

no a stub is a file which generates another file depending on the info you give it Smile


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - !CRYPTOGRAPHY! - 08-21-2011

Awesome tutorial man its so simple.


RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - psycho.ts - 09-10-2011

nice tutorial man!!! Pretty Good For Beginners