This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Atmosphère Crash Report (v1.3): | |
Result: 0xCA8 (2168-0006) | |
Process Info: | |
Process Name: MinecraftPE | |
Title ID: 0100d71004694000 | |
Process ID: 000000000000008e | |
Process Flags: 00000077 | |
User Exception Address: 0000001717ffc000 | |
Exception Info: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################### | |
# TX SX Pro Custom Payload Packer - by CTCaer # | |
############################################### | |
import struct | |
import hashlib | |
from os import unlink | |
""" | |
typedef struct boot_dat_hdr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/source/ftp.c b/source/ftp.c | |
index 1336281..794e551 100644 | |
--- a/source/ftp.c | |
+++ b/source/ftp.c | |
@@ -166,6 +166,8 @@ struct ftp_session_t | |
uint64_t filesize; /*! persistent file size between callbacks */ | |
FILE *fp; /*! persistent open file pointer between callbacks */ | |
DIR *dp; /*! persistent open directory pointer between callbacks */ | |
+ bool user_ok; | |
+ bool pass_ok; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[fennectech@Aluminum ~/Atmosphere]$ make | |
make -C stratosphere all | |
make[1]: Entering directory '/home/fennectech/Atmosphere/stratosphere' | |
make -C libstratosphere all | |
make[2]: Entering directory '/home/fennectech/Atmosphere/stratosphere/libstratosphere' | |
mitm_query_service.cpp | |
aarch64-none-elf-g++ -MMD -MP -MF /home/fennectech/Atmosphere/stratosphere/libstratosphere/release/mitm_query_service.d -g -Wall -O2 -ffunction-sections -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -I/home/fennectech/Atmosphere/stratosphere/libstratosphere/include -I/opt/devkitpro/portlibs/switch/include -I/opt/devkitpro/libnx/include -I. -iquote /home/fennectech/Atmosphere/stratosphere/libstratosphere/include/switch/ -D__SWITCH__ -fno-rtti -fno-exceptions -std=gnu++17 -c /home/fennectech/Atmosphere/stratosphere/libstratosphere/source/mitm_query_service.cpp -o mitm_query_service.o | |
In file included from /home/fennectech/Atmosphere/stratosphere/libstratosphere/include/stratosphere/ipc.hpp:20, | |
from /home/fennectech/Atm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-01-03T00:50:01Z INFO: initCurl: Successful initialization of libcurl 7.38.0 (0x72600), (OpenSSL/1.0.1j, libz/1.2.6). | |
2016-01-03T00:50:01Z INFO: ssl_init: Successful initialization of OpenSSL 1.0.1j 15 Oct 2014 (0x100010af). | |
2016-01-03T00:50:01Z INFO: startErrorThread: Starting error thread | |
2016-01-03T00:50:01Z INFO: initConfiguration: Loading settings file list/home/fennectech/packaged/app_settings/settings_files.xml | |
2016-01-03T00:50:01Z INFO: loadSettingsFromDirectory: Attempting to load settings for the group CrashSettings - from location Default | |
2016-01-03T00:50:01Z INFO: loadSettingsFromDirectory: Loaded settings file /home/fennectech/packaged/app_settings/settings_crash_behavior.xml | |
2016-01-03T00:50:01Z INFO: loadSettingsFromDirectory: Attempting to load settings for the group Global - from location Default | |
2016-01-03T00:50:01Z INFO: run: thread_error - Waiting for an error | |
2016-01-03T00:50:01Z INFO: loadSettingsFromDirectory: Loaded settings file /home/fennectech/packaged/app_settings/settings.xml |
NewerOlder