You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be useful to use ctypes to call srand and see the libc RNG as well?
We could consider seeding additional C RNGs when they are loaded into the process. This would introduce some additional complexity to scan the process's memory map.
The text was updated successfully, but these errors were encountered:
Would it be useful to use
ctypes
to callsrand
and see the libc RNG as well?We could consider seeding additional C RNGs when they are loaded into the process. This would introduce some additional complexity to scan the process's memory map.
The text was updated successfully, but these errors were encountered: