Frankenwine: Multiple Personas in a Wine Process
nullprogram.com
Frankenwine: Multiple Personas in a Wine Process
1–2 of 2 posts
Re: Frankenwine: Multiple Personas in a Wine Process
#2Interesting write-up. It’s basically using Wine as a loader and then skipping the Windows layer entirely via Linux syscalls. The core risk seems to be ABI drift (LP64 vs LLP64, struct layouts, calling conventions), so it’s clever but fragile outside a narrow target.