tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Testing Emulation Syscalls



On Tue, Aug 01, 2023 at 01:34:54PM +0300, Valery Ushakov wrote:
> As for testing emulated syscalls - can we solve this problem with a
> bit of elf branding to convince the kernel to start the binary under
> emulation directly?  Inventing a whole new backdoor API for that seems
> kinda an overkill.

That is probably quite easy to do, but we have a toolchain problem then
(solvable too).

We need build.sh to be able to produce the test binaries (including
any needed libs, which don't have to be "native" libs of the emulated
system).

Martin


Home | Main Index | Thread Index | Old Index