码迷,mamicode.com
首页 > 其他好文 > 详细

PWN ORW

时间:2018-02-18 16:22:39      阅读:341      评论:0      收藏:0      [点我收藏+]

标签:分享   info   ima   har   soft   pat   irf   log   name   

2018-02-18 15:44:34

Open Write Read

技术分享图片

 

技术分享图片

 


open函数

#include <sys/types.h>
       #include <sys/stat.h>
       #include <fcntl.h>

       int open(const char *pathname, int flags);
       int open(const char *pathname, int flags, mode_t mode);

       int creat(const char *pathname, mode_t mode);

       int openat(int dirfd, const char *pathname, int flags);
       int openat(int dirfd, const char *pathname, int flags, mode_t mode);
最简单的open *pathname文件路径 flags 打开的模式,可读 可写 可执行

PWN ORW

标签:分享   info   ima   har   soft   pat   irf   log   name   

原文地址:https://www.cnblogs.com/rookieDanny/p/8452849.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!