@rasputin decode to base64
All saved VARIABLES history from threads?
-
-
The problem is that I've don't used this code before.
So I need some old cache or something else to recover all used variables before in the all already completed threads (also for compiled and already run projects).Is this possible?
Maybe an old windows cache and read again this files or something else..
-
@elielbeck said in All saved VARIABLES history from threads?:
The problem is that I've don't used this code before.
So I need some old cache or something else to recover all used variables before in the all already completed threads (also for compiled and already run projects).Is this possible?
Maybe an old windows cache and read again this files or something else..
If the thread terminates, all local variables are erased.
-
@elielbeck said in All saved VARIABLES history from threads?:
But this temporary variables saves in a file?
Because if yes, I can use an software like Recuva or something like that to recover this deleted files and read again and recover the used variables
No, variables themselves are not stored in files.
-
Don't think you can recover old data, but if you start saving variable data to a .txt you can extract it later possibly
-
@spockthe40oz said in All saved VARIABLES history from threads?:
Don't think you can recover old data, but if you start saving variable data to a .txt you can extract it later possibly
The user is most likely trying to get sensitive data from someone else's secure script.
-
I'm just trying to recover all emails used by every thread from https://generator.email.
Because every thread used a new email but I've not saved this to a file and need to recover some accounts I've created with BAS but need this emails used from generator.emailAny possibilities?
-
@elielbeck said in All saved VARIABLES history from threads?:
I'm just trying to recover all emails used by every thread from https://generator.email.
Because every thread used a new email but I've not saved this to a file and need to recover some accounts I've created with BAS but need this emails used from generator.emailAny possibilities?
It's like creating a text document, writing data to it, and then closing it without saving it. Your data has been permanently lost.