Skip to content

Instantly share code, notes, and snippets.

Key Sublime Text 3.2.1 Build 3207
----- BEGIN LICENSE -----
Member J2TeaM
Single User License
EA7E-1011316
D7DA350E 1B8B0760 972F8B60 F3E64036
B9B4E234 F356F38F 0AD1E3B7 0E9C5FAD
FA0A2ABE 25F65BD8 D51458E5 3923CE80
87428428 79079A01 AA69F319 A1AF29A4
@sseen
sseen / vimrc
Created December 28, 2016 03:45
vim setting
set sw=4
set ts=4
set et
set smarttab
set smartindent
set lbr
set fo+=mB
set sm
set selection=inclusive
set wildmenu
//
// ViewController.m
// PopoverPresentationControllerDemo
//
// Created by sseen on 2016/11/21.
// Copyright © 2016年 sseen. All rights reserved.
//
#import "ViewController.h"
#!/usr/bin/env bash
# This script install PhantomJS in your Debian/Ubuntu System
#
# This script must be run as root:
# sudo sh install_phantomjs.sh
#
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root" 1>&2
exit 1
//
// Playground.playground
// XLPagerTabStrip
//
// Copyright © 2016 Xmartlabs SRL. All rights reserved.
//
//: Playground - noun: a place where people can play
// 下载一个文件 base64 编码的文件,并保存
今天试用 easysimbl 运行之前的一个注入报了这个错误。
开始时候怀疑是宿主程序有更新使用了某种防护措施,导致野指针使用崩溃,然而没用;
接着往上查找原因开始搜索 Service exited due to signal: Segmentation fault: 11 ,怀疑是不是程序崩溃之后 swizzle 再运行所以崩溃,依然没用;
后面看了下程序并没有任何的更新,然后开始怀疑是不是系统的缘故,毕竟一打开xcode提示我安装components;
最后找到了这个,联想到新的截图程序都会要求去点开下系统的文件夹,以获得相应的权限:
> com.apple.FolderActions.enabled
Since this seems to be related to Folder Actions, maybe you should review what Folder Actions you have enabled:
[链接](https://discussions.apple.com/thread/6829612?start=0&tstart=0)