IRC channel logs

2021-04-29.log

back to list of logs

<OriansJ>gforce_de1977: well sys_sync would be the syscall as sys_flush doesn't actually exist but it is trivial to insert that syscall in the libc after every call to write; it'll slow things down a bit but will work.
***V is now known as based
***based is now known as V
<gforce_de1977>OriansJ: I can not find 'sys_sync' in M2libc, can you give me a hint?
***ChanServ sets mode: +o rekado_
***rekado_ is now known as rekado
<OriansJ>gforce_de1977: sys_sync is just putting 36 in eax and calling int 0x80 for x86
<gforce_de1977>OriansJ: ofcourse, but i want to have it in our libc automagically. i know this is manual work, but i need a start. i'am sure i search the wrong way...
<stikonas>gforce_de1977: but which libc should we patch
<stikonas>it might be bash which is causing this with mes libc, but it could also be something with musl...
***lukedashjr is now known as luke-jr
***Noisytoot is now known as \\
***\\ is now known as \r\n
***\r\n is now known as Noisytoot