xpwn icon indicating copy to clipboard operation
xpwn copied to clipboard

A cross-platform custom NOR firmware loader and custom IPSW generator for the iPhone

Results 8 xpwn issues
Sort by recently updated
recently updated
newest added

``` [ 73%] Built target xpwn Scanning dependencies of target xpwntool [ 75%] Building C object ipsw-patch/CMakeFiles/xpwntool.dir/xpwntool.c.o /Users/tshadwick/futurerestore/xpwn/ipsw-patch/xpwntool.c:124:4: error: implicit declaration of function 'exploit24kpwn' is invalid in C99 [-Werror,-Wimplicit-function-declaration] exploit24kpwn(newFile);...

I know this issue is not specifically xpwn related, but I encountered a problem with Catalina where linker doesn't work properly ``` MBP-di-Ivan:build ivancristina$ make [ 5%] Built target common...

Lots of CMakeLists.txt have things such as: ```link_directories(${FOO_LIBRARIES})``` either alone or accompanied by: ```target_link_libraries(bar ${FOO_LIBRARIES})``` or ```target_link_libraries(bar foo)``` The variable `${FOO_LIBRARIES}` contains the actual filename, not the path, so it...

I keep getting -bash: /opt/local/bin/xpwntool: Bad CPU type in executable. I even downloaded the latest from this repo and recompiled with no luck.

First,I found this:https://github.com/planetbeing/xpwn/blob/master/BUILD then I want to install some package using apt-get,but some of the package cannot be installed.Like libcrypt-dev,how can I do now?

### Made changes to compile the project on linux targets using gcc version 12.2. - a variable named `debug` was defined in two places in `dfu-util/` - changed `dfu-util/dfu.h`: removed...