-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Init #3
Init #3
Conversation
Create Logging.cs
Signed-off-by: 白いねこ <shiroineko.tfs@gmail.com>
Signed-off-by: 白いねこ <shiroineko.tfs@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just leave comments on flags. Hope you can see those as soon as possible.
} | ||
if (eOSData.Status == RegisterStatus.NEW || eOSData.Status == RegisterStatus.RE_ASSIGN) | ||
{ | ||
//Hide(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disabled Hide()
is not recommended. Mouse logging and Tracking have not yet discovered, it is pretty risky if you still do it.
{ | ||
try | ||
{ | ||
string key = "04021976"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Key is accepted, so far. But you will need verify for the key bypassing for further investigation. I know what you are planning, after all.
} | ||
} | ||
|
||
public static void LoggingForURL(string url) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we just use other keys for those static logging? Or combine for all-in-one logging procedure?
Ignored all! |
EOS Client initial PR. This version of EOS is reverse-engineered, exclusively for FPTU Can Tho (FUCT), and can only be used for English tests (ENT503, for example).
The special thing included with this version of EOS Client is, that it contains logging modules (incomplete) and can be run only on multiple platforms (untested), by using Wine.
However, due to the rapid changes in the EOS Client versions, especially the private key inside, it is hard to determine how it serves in real-life conditions.
Assigned engineer(s)