The VM has low level primitives:

    void load_image(vm_parameters* p);
    bool save_image(const vm_char* saving_filename, const vm_char*
filename);

I'm not sure if better to put it there or in the Factor code, but probably
there because it gets called as part of the VM startup to load an image and
then execute into it.




On Fri, Jun 16, 2017 at 6:54 AM, Alexander Ilin <ajs...@yandex.ru> wrote:

> Hello!
>
>   I'd like to be able to sign the factor image and verify the signature on
> startup.
>   Wouldn't that be cool?
>   Did anyone think in that direction?
>
> ---=====---
>  Александр
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to