Skip to content

Instantly share code, notes, and snippets.

View zerfl's full-sized avatar

Daniel Martin zerfl

  • Germany
  • 09:15 (UTC +02:00)
View GitHub Profile
import frida
argv = ["C:\\windows\\notepad.exe", "test.txt", "hello!"]
device = frida.get_local_device()
pid = device.spawn(argv)
# attach stuff here
device.resume(pid)
function formatDuration (seconds) {
if ( !seconds )
return 'now';
let secondsInYear = 31536000;
let secondsInDay = 86400;
let secondsInHour = 3600;
let secondsInMinute = 60;
let _years = Math.floor(seconds / secondsInYear);
<div id="recent-players-list"></div>