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
62563320
Commit
62563320
authored
Dec 10, 2008
by
Jonathan Beck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add bplist writting capability.
parent
1a06347d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
356 additions
and
50 deletions
+356
-50
plist.c
src/plist.c
+356
-27
plist.h
src/plist.h
+0
-23
No files found.
src/plist.c
View file @
62563320
This diff is collapsed.
Click to expand it.
src/plist.h
View file @
62563320
...
...
@@ -33,28 +33,6 @@
char
*
format_string
(
const
char
*
buf
,
int
cols
,
int
depth
);
/* Binary plist stuff */
/*
typedef enum {
PLIST_BOOLEAN,
PLIST_UINT8,
PLIST_UINT16,
PLIST_UINT32,
PLIST_UINT64,
PLIST_FLOAT32,
PLIST_FLOAT64,
PLIST_STRING,
PLIST_UNICODE,
PLIST_ARRAY,
PLIST_DICT,
PLIST_DATE,
PLIST_DATA,
PLIST_PLIST,
PLIST_KEY,
} plist_type;
*/
typedef
enum
{
PLIST_BOOLEAN
,
PLIST_UINT
,
...
...
@@ -65,7 +43,6 @@ typedef enum {
PLIST_DICT
,
PLIST_DATE
,
PLIST_DATA
,
PLIST_PLIST
,
PLIST_KEY
,
}
plist_type
;
...
...
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