Skip to content

jaydeeveloper/SWSharpProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWSharpProxy

Summoners War Data Extractor in C#

Initial solution is just a console app reading a base64 dummy string in /SWSharpProxy/Program.cs

Activities:

  1. Understanding key generation
  2. Fix AES Decrypter
  • Test base64 decode.
  • Create an encrypter using key,
  • then decrypt the encrypted message.
  1. Build Proxy functionality
  • An alternative is use Fiddler for response capture, then take the body and use it as the dummy string.

Thanks to [kakaroto]https://github.com/kakaroto/SWProxy and [crayontxx]https://github.com/crayontxx/SWProxy-GO

About

Summoners War Data Extractor in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages