Skip to content

Instantly share code, notes, and snippets.

@alesleoignis
alesleoignis / gist:5101873
Created March 6, 2013 18:42
get information about the windows in other application
+(void)closeWindowsOfApp:(NSString*)appName {
boolean_t result = false;
if (appName == nil) {
return;
}
ProcessSerialNumber psn;
psn.highLongOfPSN = 0;
@alesleoignis
alesleoignis / gist:5105854
Created March 7, 2013 05:59
simple keylogger
//
// ALIAppDelegate.m
// KeyLoggerApp
//
// Created by Admin on 3/6/13.
// Copyright (c) 2013 Admin. All rights reserved.
//
#import "ALIAppDelegate.h"
@alesleoignis
alesleoignis / gist:5106443
Created March 7, 2013 08:26
Clipboard::Document::RTF
http://cocoadev.com/wiki/CopyRTFFromTextView
http://mac.keylogger.org/
@alesleoignis
alesleoignis / gist:5108019
Last active December 14, 2015 15:29
Deamons
https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html
https://developer.apple.com/library/mac/#technotes/tn2005/tn2083.html
@alesleoignis
alesleoignis / gist:5108036
Last active December 14, 2015 15:29
FileSystem Monitoring
http://osxdaily.com/2011/04/22/monitor-mac-os-x-filesystem-usage-access-with-opensnoop/
http://www.osxbook.com/software/fslogger/
@alesleoignis
alesleoignis / gist:5111169
Created March 7, 2013 19:48
Get informatin about active window
//Get the app that has the focus
AXUIElementCopyAttributeValue(_systemWideElement,
(CFStringRef)kAXFocusedApplicationAttribute,
(CFTypeRef*)&_focusedApp);
//Get the window that has the focus
if(AXUIElementCopyAttributeValue((AXUIElementRef)_focusedApp,
(CFStringRef)NSAccessibilityFocusedWindowAttribute,
(CFTypeRef*)&_focusedWindow) == kAXErrorSuccess) {
https://github.com/AFNetworking/AFHTTPRequestOperationLogger/blob/master/AFHTTPRequestOperationLogger.m
https://github.com/andrewschaaf/MacLogger
https://github.com/fpillet/NSLogger
http://stuconnolly.com/downloads/scevents/
@alesleoignis
alesleoignis / gist:5127610
Created March 10, 2013 08:20
Художественные книги
1. Властелин колец, Дж. Р. Р. Толкиен
2. Гордость и предубеждение, Джейн Остен
3. Темные начала, Филипп Пуллман
4. Автостопом по Галактике, Дуглас Адамс
5. Гарри Поттер и кубок огня, Дж. Роулинг
6. Убить пересмешника, Харпер Ли
7. Винни-Пух и все-все-все, А. Милн
8. 1984, Дж. Оруэлл
9. Лев, ведьма и платяной шкаф, К. Льюис
10. Джейн Эйр, Ш. Бронте