Remerciements:
Terminal toolbar icon est sous license SIL Open Font License, version 1.1.
Si cette app vous est utile, s'il vous plait pensez à faire un don au developpeur pour le remercier. Faire un don
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;;; | |
| ;;; Copyright (C), zznop, [email protected] | |
| ;;; | |
| ;;; This software may be modified and distributed under the terms | |
| ;;; of the MIT license. See the LICENSE file for details. | |
| ;;; | |
| ;;; DESCRIPTION | |
| ;;; | |
| ;;; This PoC shellcode is meant to be compiled as a blob and prepended to a ELF |
| #!/bin/sh | |
| # --------- | |
| # VARIABLES | |
| # --------- | |
| ## Proxmox bridge holding Public IP | |
| PrxPubVBR="vmbr0" | |
| ## Proxmox bridge on VmWanNET (PFSense WAN side) | |
| PrxVmWanVBR="vmbr1" |
| /* | |
| * SEP firmware split tool | |
| * | |
| * Copyright (c) 2017 xerub | |
| */ | |
| #include <fcntl.h> | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> |
| #include <string.h> | |
| #include <stdio.h> | |
| #include <unistd.h> | |
| #include <ifaddrs.h> | |
| #include <sys/types.h> | |
| #include <sys/ioctl.h> | |
| #include <sys/socket.h> | |
| #include <linux/wireless.h> | |
| <!-- Explanation of the alert type setting. --> | |
| <key>ALERT_TYPE_EXPLANATION</key> | |
| <string>S'applique uniquement aux notifications prévues pour TypeStatus Plus.</string> | |
| <!-- Explanation of the above setting. --> | |
| <key>WAKE_WHEN_LOCKED_EXPLANATION</key> | |
| <string>Allume l'écran lorsque vous recevez une notification de TypeStatus lorsque celui-ci est verrouillé.</string> | |
| <!-- Option to use the respective app icon. --> | |
| <key>ICON</key> |
| Following are my steps to build the ARM64 version of xnu-4570.1.46, hope this is helpfull for saving time. | |
| 1. Use Xcode 9.0 | |
| 2. Preparation is same as macOS, and there is a guide: https://0xcc.re/building-xnu-kernel-macosx-sierrra-10-12-x/ | |
| 3. There is an ARM64 version libfirehose: https://github.com/Proteas/install_firehose_lib | |
| 4. Copy and edit the ARM64 config(CFLAGS, LDFLAGS) from darwin-on-arm/xnu to your target project | |
| 5. Example CFLAGS: -Darm64 -DARM64 -D__arm64__ -D__ARM64__ -DLP64 -DCONFIG_EMBEDDED -mkernel -DARM64_BOARD_CONFIG_T8011=1 | |
| 6. Fix compiling stage errors by directly importing the missing headers or editing the code | |
| 7. Fix linking stage errors by implementing place holder funcitons for: chudxnu_cpu_alloc, etc | |
| 8. If missing symbol __divti3 in linking stage, get the runtime from llvm. |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <sys/file.h> | |
| #include <assert.h> | |
| #include <fcntl.h> | |
| #include <errno.h> | |
| #include <termios.h> | |
| #include <unistd.h> | |
| #include <sys/event.h> |
Remerciements:
Terminal toolbar icon est sous license SIL Open Font License, version 1.1.
Si cette app vous est utile, s'il vous plait pensez à faire un don au developpeur pour le remercier. Faire un don