I downloaded source code at this site and compiled on Ubuntu 16.04(VM)
It is working without any problem.
I am trying to get noise sources of Veracrypt's random number generator.
(I'm student studying RNG)
So, i modified this source in order to monitor running time noise sources.
First, i inserted "printf" function wherever noise sources are mixed into the pool.
But it is not working. (the veracrypt program works well)
(after modifying, i luanched #/src/Main/veracrypt or veracrypt_install_gui_x64.sh on terminal)
Second, wherever mixing point in the source code, i inserted fprintf function.
At Randinit function in #/src/Common/Random.c, I opened file pointer.
(the FILE pointer is allocate as global variable)
But it is not working...
Because i will estimate a entropy of noise sources, i need to get values.
how can i do??
Thanks in advance.
It is working without any problem.
I am trying to get noise sources of Veracrypt's random number generator.
(I'm student studying RNG)
So, i modified this source in order to monitor running time noise sources.
First, i inserted "printf" function wherever noise sources are mixed into the pool.
But it is not working. (the veracrypt program works well)
(after modifying, i luanched #/src/Main/veracrypt or veracrypt_install_gui_x64.sh on terminal)
Second, wherever mixing point in the source code, i inserted fprintf function.
At Randinit function in #/src/Common/Random.c, I opened file pointer.
(the FILE pointer is allocate as global variable)
But it is not working...
Because i will estimate a entropy of noise sources, i need to get values.
how can i do??
Thanks in advance.