Page 1 of 1
Utility to edit cooki jar?
Posted: 14 Nov 2020 18:31
by AndresPlazaR
Hi!
I'm looking for a program to view and modify the cookie jar, in particular the _IDT cookie. Any recommendations?
Thanks,
Andres.
Re: Utility to edit cooki jar?
Posted: 15 Nov 2020 03:51
by thorsten.otto
There should be quite some programs that can display the cookie jar (a CPX modules for example). But can't remember one that can change it. Does that make sense at all? Changes will be lost on the next reboot, anyway.
Re: Utility to edit cooki jar?
Posted: 15 Nov 2020 06:17
by morpheus
Re: Utility to edit cooki jar?
Posted: 15 Nov 2020 11:45
by AndresPlazaR
thorsten.otto wrote: 15 Nov 2020 03:51
There should be quite some programs that can display the cookie jar (a CPX modules for example). But can't remember one that can change it. Does that make sense at all? Changes will be lost on the next reboot, anyway.
Uh... But the cookie jar, besides being resident in memory, it is represented in a file, right?
Re: Utility to edit cooki jar?
Posted: 15 Nov 2020 11:46
by AndresPlazaR
morpheus wrote: 15 Nov 2020 06:17
I use this.
idt_cpx.zip
Thanks!!! :-)
Re: Utility to edit cooki jar?
Posted: 15 Nov 2020 14:35
by thorsten.otto
AndresPlazaR wrote: 15 Nov 2020 11:45
Uh... But the cookie jar, besides being resident in memory, it is represented in a file, right?
No. Cookies like _CPU, _VDO, _AKP etc are set by the OS while booting, depending on detected hardware. The _IDT cookie is only set by mint and magic (or by some other tool), but not by TOS or EmuTOS. If you have some CPX that sets this cookie, it is set based on values that are stored in the CPX itself, but only for this specific cookie. There is no file that would represent all the value in the cookie jar.
Re: Utility to edit cooki jar?
Posted: 15 Nov 2020 15:07
by AndresPlazaR
thorsten.otto wrote: 15 Nov 2020 14:35
No. Cookies like _CPU, _VDO, _AKP etc are set by the OS while booting, depending on detected hardware. The _IDT cookie is only set by mint and magic (or by some other tool), but not by TOS or EmuTOS. If you have some CPX that sets this cookie, it is set based on values that are stored in the CPX itself, but only for this specific cookie. There is no file that would represent all the value in the cookie jar.
Ah! Thank you very much for the clarification!
Andres.