frida_time_warp
Warp time perception for a target process to bypass anti-sandbox and time-based checks by hooking time APIs and manipulating return values.
Instructions
Warp time perception for a target process. Anti-sandbox evasion.
Hooks time APIs: gettimeofday, clock_gettime, mach_absolute_time, time(). Manipulates the return values to alter the process's perception of elapsed time.
target: process name or pid (string).
speed_factor: time speed multiplier. 0.0 = freeze time,
1.0 = normal, 2.0 = double speed, 0.5 = half speed.
fixed_time: if set, all time functions return this specific
Unix timestamp (seconds since epoch). Overrides speed_factor.
Common uses: bypass time-based anti-analysis checks, accelerate timers, freeze expiry checks. Stays active for 30 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| speed_factor | No | ||
| fixed_time | No |