Help with decrypt. menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    WOST's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with decrypt.

    Hello! I'm start developing swtor emu.

    I've reversed swtor.exe to find some info about encryption, so I found. Swtor.exe used salsa20 encryption but to decrypt u need keys whose are in RSA-encrypted part.
    It's very hard to find private RSA key and I was going to generate my keys (I'll know the private key so I can realize decrypt of packets). I saw swtor.exe and found public key in memory process, the key is aligned at .data1 section. It's very easy to replace the key with .dll into my keys. After I gonna to create .dll with my encryption public key that was in the process memory (needs to the client).

    But I've not a full client (20 GB it's too large for my traffic), so can anybody help me to find key address in a process memory?
    And if anybody has active account in official servers u can help me with sneefs.

    Help with decrypt.
  2. #2
    Jdiablo's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You said you found key in process memory..Y u need to find address of key in memory again?

  3. #3
    WOST's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I've not the client, only swtor.exe and .dll libraries.
    Keys maybe different, that is why I ask to help. Btw, I've a structure of cryptography in my emulator (C++). I've a working loginserver and now I'm working on gameserver.

  4. #4
    Jdiablo's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm downloading client right now and going to find out public key in process memory for 1.3 client,and then for 1.5(or higher) and I'll write the adresses here

    P.S. are you from russia?

  5. #5
    WOST's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks very much! My traffic is very slow (it's about 15 kb \ sec - I'll download the client more than mounth!).
    No, I'm from Canada.
    Decrypt system is very simple in swtor.exe, there is no Themida or any strong protection.
    I can not understand why there is no one working private server. It'll take about 1-2 week to enter in-world - very easy.
    I saw structure of packets it's too easy, the structure like as in Lineage II.

  6. #6
    Jdiablo's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems the internet traffic problem actual not only for rus
    My friends from Oldwar project entered in the world,but there is an movement system issues they have right now...Something about an allowable area of movement crap.
    Last edited by Jdiablo; 11-01-2012 at 04:24 AM.

  7. #7
    WOST's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, that's problem actual for everybody.
    What "Oldwar" ? I heard something about that project... This project used Nexus ShardListServer, right? Uhm, how they entered in-world with the help of Nexus emulator? Nexus emu has not any decrypt system neither 1.1.5 from github no 1.3 from assembla svn. I think that Nexus is dead because they can not realize decrypt system. If I remember they used decrypt RC4 packet from pastebin...They are only beginners and I don't think they can create a working server. So u also developing swtor emulator? What are u developing per now?

  8. #8
    Jdiablo's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah,they've used Nexus ShardList server and when came to the Login Server they understood that they have nothing with Nexus Code(cuz it rly sux). Then they decided to make their own server from scratch..They realized decrypt system and now entered in the world.
    I want just to try myself in this business, not in any project. I'm begginer so you shouldn't rely on me full lol

  9. #9
    WOST's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Intersting. Polimorfic is the adm of oldwar? Have they reversed the protocol?
    I wanna get fun and experience. Now I'm downloading the client to find myself the key.

  10. #10
    hungryhippo's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey WOST, looking forward to seeing your work on this! I know the1domo recently started working again on his emu project for SWTOR, based at swtorzone.net, but that site isn't even loading for me anymore, so glad to see that there are still multiple projects (hopefully) still going on to get private servers eventually up. Good luck!

  11. #11
    Jdiablo's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WOST View Post
    Intersting. Polimorfic is the adm of oldwar? Have they reversed the protocol?
    I wanna get fun and experience. Now I'm downloading the client to find myself the key.
    As I know polimorfic doesn't work with them...

  12. #12
    WOST's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hungryhippo View Post
    Hey WOST, looking forward to seeing your work on this! I know the1domo recently started working again on his emu project for SWTOR, based at swtorzone.net, but that site isn't even loading for me anymore, so glad to see that there are still multiple projects (hopefully) still going on to get private servers eventually up. Good luck!
    I think domo couldn't realize decrypt system for .exe 1.3\1.4 version. Yes, thank u! I'll do everything I can!
    Jdiablo, maybe it's one person?

  13. #13
    Jdiablo's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WOST View Post
    I think domo couldn't realize decrypt system for .exe 1.3\1.4 version. Yes, thank u! I'll do everything I can!
    Jdiablo, maybe it's one person?
    NO.he isn't,Im sure..I was working with Fromos and saw in that time polimorfic in Nexus Team Speak channel. Btw polimorfic didn't want work with us

  14. #14
    WOST's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has Fromos XOR key? Tell me about his project pls.

  15. #15
    Jdiablo's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WOST View Post
    Has Fromos XOR key? Tell me about his project pls.
    Yes, they have xor key. I know that they realized crypt system and now make character move in world

Page 1 of 3 123 LastLast

Similar Threads

  1. need help with shammy talents
    By jason in forum World of Warcraft General
    Replies: 5
    Last Post: 07-19-2006, 02:02 AM
  2. help with emu server
    By Chsz in forum World of Warcraft General
    Replies: 1
    Last Post: 07-04-2006, 10:01 PM
  3. Help with wowglider
    By Voldaroi in forum World of Warcraft General
    Replies: 6
    Last Post: 06-17-2006, 08:54 PM
  4. Help with Ranks!!
    By Krazzee in forum Community Chat
    Replies: 7
    Last Post: 06-16-2006, 06:58 PM
  5. Help with Auto-it!!
    By Krazzee in forum World of Warcraft General
    Replies: 7
    Last Post: 06-12-2006, 09:22 PM
All times are GMT -5. The time now is 12:00 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search