![]() |
|
[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) |
RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Coder-san - 06-03-2012 A builder is used to customize user-settings. But the real deal is always the stub. So in case of a keylogger, stub is the keylogger. Make your keylogger inside stub. With options like recording keystrokes, sending email, etc. Now in those subroutines and functions take input to be acquired by the stub when it is built. For example, if you have a function in a timer of sending email then take the minutes required as input from what the builder is going to insert in the stub. With a few tests, you will get the idea. RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Anderson - 08-21-2012 I already know this, but wow this is some good stuff even to review, excellent work mate RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - piyushaegis - 01-02-2013 Hi.. Excellent work, really useful information Thanks for sharing, RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - piyushaegis - 01-02-2013 Hi.. Excellent work, really useful information Thanks for sharing, RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Pk2Global - 03-08-2013 Your Tutorial looks pretty nice. I guess this will give most beginners a great start! RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - OsBinHD - 09-27-2013 nice tut ate just images broken if ya got still copy re upload it thanx in advance
RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Coder-san - 10-13-2013 (09-27-2013, 01:42 PM)OsBinHD Wrote: nice tut ate just images broken It's ok the images were not of much use, two forms. The builder form was with controls. RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - oPxH4ck3r - 12-26-2013 simple bulider and stub RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - Snow_mybb_import12418 - 01-01-2014 Great tutorial buddy thanks again ! RE: [Tutorial] [VB.Net] Making a Builder and Stub Program - magabush - 01-01-2014 need some explaination please |