mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 20:40:05 +00:00
Bot: misc. formatting fixes
This commit is contained in:
parent
a7a938c9e8
commit
2e4c63c0c6
@ -21,9 +21,8 @@ int main()
|
|||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
/* these boxes are really easy to dump, they're unlocked at the very start of execution and left
|
/* these boxes are really easy to dump, they're unlocked at the very start of execution and left
|
||||||
in memory the entire time.
|
in memory the entire time. not only that but they're only obfuscating the ip & port, both are
|
||||||
not only that but they're only obfuscating the ip & port, both are things anyone would see
|
things anyone would see from opening wireshark */
|
||||||
from opening wireshark */
|
|
||||||
LAIKA_BOX_SKID_START(char *, cncIP, LAIKA_CNC_IP);
|
LAIKA_BOX_SKID_START(char *, cncIP, LAIKA_CNC_IP);
|
||||||
LAIKA_BOX_SKID_START(char *, cncPORT, LAIKA_CNC_PORT);
|
LAIKA_BOX_SKID_START(char *, cncPORT, LAIKA_CNC_PORT);
|
||||||
struct sLaika_bot *bot;
|
struct sLaika_bot *bot;
|
||||||
|
Loading…
Reference in New Issue
Block a user