Skip to content

Instantly share code, notes, and snippets.

View fennectech's full-sized avatar

FennecTECH fennectech

View GitHub Profile
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
[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
@fennectech
fennectech / dirtyauth.diff
Last active November 19, 2018 08:50
DirtyAuth.diff
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;
###############################################
# TX SX Pro Custom Payload Packer - by CTCaer #
###############################################
import struct
import hashlib
from os import unlink
"""
typedef struct boot_dat_hdr
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:
Hard Disk Sentinel for LINUX console 0.17x64.8556 (c) 2017 info@hdsentinel.com
Start with -r [reportfile] to save data to report, -h for help
Examining hard disk configuration ...
HDD Device 0: /dev/sda
HDD Model ID : Maxtor 7Y250P0
HDD Serial No: Y61HRM0E
HDD Revision : YAR41BW0
HDD Size : 239372 MB
21:04:18 Info [Launcher] Version: client 9d41f29 / manifest a7e2144
21:04:18 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
21:04:18 Info [Launcher] CPU supports SSSE3: YES
21:04:18 Trace [Launcher] Loading hybris libraries
21:04:18 Trace [HybrisUtils] Loaded OS library /usr/share/mcpelauncher/libs/native/libfmod.so.9.16
21:04:18 Trace [HybrisUtils] Loaded OS library libm.so.6
21:04:18 Trace [HybrisUtils] Loaded OS library libz.so.1
21:04:18 Trace [Launcher] Loading Minecraft library
21:04:21 Info [Launcher] Loaded Minecraft library
21:04:21 Debug [Launcher] Minecraft is at offset 0xe7e46000
{
"additional_save_folders": {
"0x0100D71004694000": {
"folders": [
"/minecraft"
]
}
},
"favorites": [
"0100D71004694000",
{
"additional_save_folders": [],
"favorites": [
"0100D71004694000",
"0100D2600736A000",
"0100E46006708000",
"01000A10041EA000",
"0100CC700B2B4000",
"0100CC600ABB2000"
],
if (!ConfigManager::getReceivedExFATWarning()) {
_restartAlertView = new AlertView("Are you sure?", "Restarting while using an ExFAT formatted SD card\nwill cause it to corrupt. It is recommended that if\nyou have an ExFAT formatted SD card to quit,\npress the home button, and restart the switch.", buttons);
_restartAlertView->onDismiss = bind(&PackageDownloadScene::_onAlertViewDismiss, this, _1, _2);
}
if (ConfigManager::getReceivedExFATWarning()) {
bind(&PackageDownloadScene::_onAlertViewDismiss, this, _1, _2);
}