Send iMessages from the Command Line
Just run the following in your shell:
| iwnfw_load="YES" | |
| if_iwn_load="YES" | |
| iwn6050="YES" | |
| legal.intel_iwn.license_ack=1 | |
| wlan_ccmp_load="YES" | |
| wlan_tkip_load="YES" | |
| ##semaphore | |
| #sem_load="YES" | |
| #aesni_load="YES" |
| # k`sOSe - detect SSDT hooks | |
| import ctypes | |
| import struct | |
| from ctypes.wintypes import * | |
| from ctypes import windll | |
| SYSCALLS = [ | |
| "NtAcceptConnectPort", | |
| "NtAccessCheck", |