Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
44efbc65
Commit
44efbc65
authored
Oct 24, 2008
by
Zach C
Committed by
Matt Colyer
Oct 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exposes AFC file handle.
parent
b8a485ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
AFC.c
src/AFC.c
+4
-0
AFC.h
src/AFC.h
+2
-0
No files found.
src/AFC.c
View file @
44efbc65
...
@@ -1042,3 +1042,7 @@ iphone_error_t iphone_afc_truncate_file(iphone_afc_client_t client, iphone_afc_f
...
@@ -1042,3 +1042,7 @@ iphone_error_t iphone_afc_truncate_file(iphone_afc_client_t client, iphone_afc_f
return
IPHONE_E_NOT_ENOUGH_DATA
;
return
IPHONE_E_NOT_ENOUGH_DATA
;
}
}
}
}
uint32
iphone_afc_get_file_handle
(
iphone_afc_file_t
file
)
{
return
file
->
filehandle
;
}
src/AFC.h
View file @
44efbc65
...
@@ -71,3 +71,5 @@ enum {
...
@@ -71,3 +71,5 @@ enum {
AFC_READ
=
0x0000000f
,
AFC_READ
=
0x0000000f
,
AFC_WRITE
=
0x00000010
AFC_WRITE
=
0x00000010
};
};
uint32
iphone_afc_get_file_handle
(
iphone_afc_file_t
file
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment