Skip to content

Commit

Permalink
not ready just backup
Browse files Browse the repository at this point in the history
  • Loading branch information
nearohen committed Mar 31, 2024
1 parent 1ff80a5 commit 06cf208
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3,013 deletions.
4 changes: 2 additions & 2 deletions src/ace3.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include <libimobiledevice-glue/nskeyedarchive.h>

//#include <libimobiledevice-glue/nskeyedarchive.h>
#include "nskeyedarchive.h"
#include "common.h"
#include "ace3.h"
#include "endianness.h"
Expand Down
2 changes: 2 additions & 0 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ extern "C" {
#define _MODE_RECOVERY 3
#define _MODE_RESTORE 4
#define _MODE_NORMAL 5
#define _MODE_PORTDFU 6


#define MODE_UNKNOWN &idevicerestore_modes[_MODE_UNKNOWN]
#define MODE_WTF &idevicerestore_modes[_MODE_WTF]
Expand Down
Loading

0 comments on commit 06cf208

Please sign in to comment.