0Day Forums
Integrated Stub - Printable Version

+- 0Day Forums (https://zeroday.vip)
+-- Forum: Coding (https://zeroday.vip/Forum-Coding)
+--- Forum: VB.NET (https://zeroday.vip/Forum-VB-NET)
+--- Thread: Integrated Stub (/Thread-Integrated-Stub)



Integrated Stub - karelia889 - 01-28-2011

Hello All!!!

So, basically, how does the integrated stub (as seen on Cybergate) work? I have some idea in my head, but not sure if it would work :biggrin:

Also, I would like to know and if my theory is right, its similar to the integrated stub, how to make the server contain only selected info from the stub.

Right now, my server contains ALL information from the stub, which may cause: Instability, Detections and similar things...

Thanks for any reply!!!


RE: Integrated Stub - adellerynf - 01-29-2011

Best way would be runtime compiling using CodeDom.
Since you can generate new variables, function names, etc. everytime you compile.


RE: Integrated Stub - jianlizrcynf - 01-29-2011

Quote:(01-29-2011, 06:50 AM)Coder-san Wrote:

[To see links please register here]

Best way would be runtime compiling using CodeDom.
Since you can generate new variables, function names, etc. everytime you compile.

Ok, time to learn CodeDom :tongue:

Thanks