TDToolbox / btdapi

C++ API & Btd6.jet
MIT License
0 stars 0 forks source link

Named Pipes API #2

Open DannyParker0001 opened 4 years ago

DannyParker0001 commented 4 years ago

Injecting a DLL isn't hard, but for communication with Injected DLL's, you need IPC. Named Pipes are the best IPC I've found so far.

DannyParker0001 commented 4 years ago

Current code is pretty messy, consider serialization with flatbuffers & streams