![]() |
2008-08-25
, 19:48
|
Posts: 19 |
Thanked: 2 times |
Joined on Jan 2008
@ Long Island, NY
|
#152
|
![]() |
2008-08-26
, 11:05
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#153
|
Will this work? Can anyone compile this?
Code:/* * * $ gcc -fpic -shared -o libwlancal.so libwlancal.c -ldl * */ #define _GNU_SOURCE #include <stdio.h> #include <dlfcn.h> FILE* fopen(const char* path, const char* mode) { if (path == "/sys/devices/platform/wlan-omap/cal_mac_address") { printf("Opening %s\n", path); FILE* (*real_fopen)(const char*, const char*) = dlsym(RTLD_NEXT, "fopen"); return real_fopen("/home/user/.oksikokos", mode); } }
![]() |
2008-08-26
, 23:51
|
Posts: 19 |
Thanked: 2 times |
Joined on Jan 2008
@ Long Island, NY
|
#154
|
![]() |
2008-08-27
, 00:13
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#155
|
![]() |
2008-08-27
, 00:49
|
Posts: 19 |
Thanked: 2 times |
Joined on Jan 2008
@ Long Island, NY
|
#156
|
![]() |
2008-08-27
, 01:10
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#157
|
![]() |
2008-08-27
, 01:41
|
Posts: 19 |
Thanked: 2 times |
Joined on Jan 2008
@ Long Island, NY
|
#158
|
![]() |
2008-08-27
, 15:30
|
Posts: 12 |
Thanked: 0 times |
Joined on Jan 2008
|
#159
|
![]() |
2008-08-27
, 16:13
|
Posts: 3 |
Thanked: 1 time |
Joined on Mar 2008
@ Finland
|
#160
|
I hear you, I will try it out tomorrow when I head to work.
FWIW, when I ran the libfaketime, I used a 2008-08-23 which is inside the trial.
![]() |
Tags |
customers?, middlefinger |
|
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!