Update dev notes

dependabot/npm_and_yarn/Src/WebController/UI/websocket-extensions-0.1.4
Grzegorz Rychlik 2020-01-17 16:33:32 +01:00
parent 5b265ebcaa
commit 7ff0c13f45
1 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@ Limitations for the new loader:
## CebuLoader
Xenos injector (underlying Blackbone library) implements both static TLS data and EH.
CebuLoader is derived from [sRDI](https://github.com/monoxgas/sRDI/tree/master/ShellcodeRDI)
TLS and EH support is based on [Blackbone](https://github.com/DarthTon/Blackbone)
TLS:
- call private function `ntdll!LdrpHandleTlsData`
@ -51,4 +52,4 @@ Embedding target dll in CebuLoader
- embedded resource has format [16 byte guid][1 byte terminator 0xff][4 byte size][body][4 byte size][ExportName (null terminated)] (the guid if 0xff terminated to avoid finding the guid c-string when searching the module memory)
Limitations:
- EH works only if both the embedded dll is statically linked with CRT. // TODO check if CebuLoader also has to be linked statically (currently it is)
- EH works only if the embedded dll is statically linked with CRT. // TODO check if CebuLoader also has to be linked statically (currently it is)