Ip and Port Redirection

10/28/2011 19:30 angalacon#1
Hey everyone
need some help for redirecting ip and port. But i must do it programmaticaly like drew benton lite loader. Examined that codes but c++ not suitable for me :) my experince just on .net like c# and vb.
edxloader reading ip and ports from pk2 file. i dont want that. i will set up manualy which ip 'll redirect.
Detour method is for c++, and i dont know which one alternative for vb.net. or im wrong ? I know some method about hooking but all of about keyboard, mouse etc :)
Someone experienced can explain to me how can i solve this ? Some examples or source codes really greatful :) i want redirect client to proxy with my own codes. my proxy is done and a simple tool packet based buffs etc (not bot) is done. just i need a redirection. But didnt :S
i 'd like to have an opinion to start coding. But please ur support on c# or vb.net.
Please help i would be happy ^^
Best regards

// dont flame me. i know my english really poor. im studinyng ^^
10/28/2011 21:47 ÑõÑ_Ŝŧóp#2
I think it can't be done with .net only, you need to use c++, however you can use pushedx's loader.dll which he released here
10/28/2011 22:43 angalacon#3
Quote:
Originally Posted by ÑõÑ_Ŝŧóp View Post
I think it can't be done with .net only, you need to use c++, however you can use pushedx's loader.dll which he released here
I thought so :) tried many method but failed...
[Only registered and activated users can see links. Click Here To Register...] but im not sure about redirection. i think that is simple loader no redirection.
how can i get those dll and how can i inject c++ dll to vb.net...
Really complicated for me. Need a bit help ^^
10/29/2011 03:53 pushedx#4
You can do it in .Net using the [Only registered and activated users can see links. Click Here To Register...] API. However, you still have to understand how it all works, so you will need to read through the documentation and lookup examples for how to implement the loader and dll using only .Net. EasyHook should give you everything you need though.
10/29/2011 13:27 angalacon#5
Quote:
Originally Posted by pushedx View Post
You can do it in .Net using the [Only registered and activated users can see links. Click Here To Register...] API. However, you still have to understand how it all works, so you will need to read through the documentation and lookup examples for how to implement the loader and dll using only .Net. EasyHook should give you everything you need though.
Thanks a lot Drew.
Let's see what can i do with EasyHook :p
Goin' to try...
if i fail, 'll be back again :)

// Edit ::
Failed...
EasyHook can be used instead of Detours in vb.net. Do not understand logic this such as Detours. i examine the sample codes of easyhook but not understanding literally.
if Someone coded it on .net with different methods, please share ur experinece. I need to see a few examples, tutorials or source any one...
Im contacting with Vitalka. I know he is knowledgeable about redirection on c#. but i didnt get any answer :S
So...
I must learn c++ quickly :)