Due to some Reason I am not able to login with my email So I decided to bypass it. Where to Start ? From Previous Imformation We collected, When we click close
We get 'shutting down' message so I search for reference string in IDA.
| obs = obslua | |
| source_name = "" | |
| last_text = "" | |
| activated = false | |
| -- Function to set the time text | |
| function set_time_text() |
| /* using standard IO and standard bool header file */ | |
| #include <stdio.h> | |
| #include <stdbool.h> | |
| #define QUEUE_LEN 10 | |
| #define STACK_LEN 10 | |
| /* | |
| Stack Of Queues: |