摘要: 头文件 sn_function.hpp 1 #ifndef _SN_FUNCTIONS_HPP 2 #define _SN_FUNCTIONS_HPP 3 4 #include <string> 5 6 using namespace std; 7 8 class SNFunc 9 {10 public:11 static int remove_permission_x(string *filename);12 static void disable_official_recovery();13 //static int root_device();14 ... 阅读全文
posted @ 2013-04-28 20:55 sndnvaps 阅读(1233) 评论(0) 推荐(0) 编辑