Adblock breaks this site

Need someone who is experienced with C#

Discussion in 'Programming General' started by RagingVenus, Jun 16, 2015.

  1. RagingVenus

    RagingVenus Forum Addict

    Joined:
    Mar 18, 2009
    Posts:
    477
    Referrals:
    1
    Sythe Gold:
    400
    Need someone who is experienced with C#

    So there is a VPN program called VyprVPN, it is made with C#. The task I'm needing to perform requires me to connect to 1000's of IP addresses a day.
    VyprVPN has 200,000+ IP addresses over many servers in different country's the only problem is you have to change the server location manually every time you have used all of the IP addresses in that country which at this moment in time I am using a 3rd party macro software to disconnect, reconnect and change servers.

    To make things a whole lot more simple I looked up how to decompile .exe files so I could implement a new button which chooses a random server out of the list of country's but I have no experience with C# only java so I'm stuck.

    Would anyone be able to actually make this possible as I would be willing to pay if so?
     
  2. chris_de_pro

    chris_de_pro Member

    Joined:
    Feb 16, 2012
    Posts:
    32
    Referrals:
    0
    Sythe Gold:
    0
    Need someone who is experienced with C#

    I think this require some experience in reverse engineering too. Is it even possible to decompile full C# code without any "encryption"?
     
  3. Minted

    Minted Member

    Joined:
    Dec 1, 2017
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    22
    Need someone who is experienced with C#

    It is certainly possible. However, the code may be less intelligible than how it was written meaning that there will be quite a bit of guessing:
    GitHub - 0xd4d/dnSpy: .NET debugger and assembly editor

    Also, @ragingvenus - if you're a well-seasoned Java programmer, it doesn't take much to learn to program in C# (it was, after all, designed to be Windows' own Java). You're already familiar with OOP and imperative programming. You just need to learn (mainly) the class library and the syntax. Give it a couple of months and, chances are you'll be proficient in C#.

    May as well :p
    - Minted
     
  4. RagingVenus

    RagingVenus Forum Addict

    Joined:
    Mar 18, 2009
    Posts:
    477
    Referrals:
    1
    Sythe Gold:
    400
    Need someone who is experienced with C#

    Wow, bit of a grave dig there! Thanks for your reply, I did manage to solve this problem a long while back by making a VPN client myself and grabbing the server IP's from the website and connecting that way. :p
     
    Minted likes this.
< DLL Injection Resources | * >


 
 
Adblock breaks this site