i am a software programmer.
i was examinng the nexon way of login.
the way we login to nexon is different from previous providers.
this is very nice tricky way, to make user login in website before even the dekaraon
is launched
1. when we login and click play button in website,
minilauncher.exe is launched with special command line parameter which contains the
encrypted login information.
2. minilauncher.exe launches launcher.exe with the same command line parameter and one more
patch parameter(for validating whether client is updated or not)
3. launcher.exe launches the dekaron.exe with same command line parameter.
so my idea is if we know a way to pass command line parameter to the dekaron.exe while
injecting the rexign dlls, i think we can start the game with bypass.
if this ways seems possible i will tell which command line parameters that
needs to be passed.
dont try to use third party softwares to find the command line
parameters of a process, i tried them and failed because dekaron.exe seems not showing thier
parameters publicly.
but i have written my own program to find the command line parameters of a process.