mirror of
https://github.com/decompals/wibo.git
synced 2025-12-19 09:55:41 +00:00
setup_linux: Improve segments init & add modify_ldt fallback
This commit is contained in:
@@ -333,7 +333,7 @@ int main(int argc, char **argv) {
|
||||
wibo::processPeb = peb;
|
||||
wibo::initializeTibStackInfo(tib);
|
||||
if (!wibo::installTibForCurrentThread(tib)) {
|
||||
perror("Failed to install TIB for main thread");
|
||||
perror("Failed to setup x86 segments and TEB");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user