Skip to content

Communication library #1

@julecko

Description

@julecko

Create library for communication which is compatible with my loader. It should be able to be imported at compilation time and also delivered as dynamic linking library (.dll)
I have to think through the entire idea as what format should functions have in this library/what functions should it have. The most important ones will be

  • int sendData(string Message) -> which will send message to the attacker and return error code to the program. In case of multiple failure self destruction is necessary
  • int getLibrary(string Url) -> downloads dynamic linking library from website into custom folder next to the program. In case of failure send error message using sendData
  • void getUpdate() -> from predefined source retrieve list of extensions to be installed from remote url. This function will be automaticly started after few minutes on startup of program()

For now that are all functions that every communication library should have in order to communicate with attacker, as communication is most important part. Without this module no more extensions are possible.

Metadata

Metadata

Assignees

Labels

requiredRequired for project

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions