Skip to content

Releases: emexlab/emexDE

emexDE 0.10.3 "Avis" Beta

23 May 06:32

Choose a tag to compare

Pre-release

Changelog

emexDE

emexDE 0.10.2 "Avis" Beta

17 May 19:39

Choose a tag to compare

Pre-release

Changelog

emexDE

ksurface (pre-rebrand)

Note

Standard SDK used in this version of emexDE is iPhoneOS26.4

Thanks to contributions from @orbisai0security, @LucaVmu, @L0tsen and @mimalloc

Nyxian 0.10.1 "Avis" Beta

15 May 07:04

Choose a tag to compare

Pre-release

Changelog

Nyxian

  • fix: creating SwiftUI project correctly by generating info.plist key's in SwiftUI interface projects (lol, blame me) (98710fa)

Note

This is a emergency patch created because of serious bugs.

Note

Standard SDK used in this version of Nyxian is iPhoneOS26.4

Warning

Jailbreak and trollstore support might be broken in this first release. In the case you wanna use them, don't downgrade, make sure to backup all app data and then upgrade.

Nyxian 0.10.0 "Avis" Beta

15 May 06:19

Choose a tag to compare

Pre-release

Changelog

Nyxian

  • feature: added Swift 6.3.1!!!
  • feature: autosaving of files (62f99a7, 4bbcbdb, 0be6e7c, 5e00ece, 17dcc37, 7a85d33)
  • feature: added NXOSVersion for better checks (5757f67, 200493d, 03ff0be, d588d6a, f94cf17, 0b10e63)
  • feature: added UI Onboarding (e1d50d1)
  • fix: calculate keyboard height correctly in code editor (7a0cb6b, 690dd22, 690dd22)
  • fix: using LLVM's crash recovery context for safe LLD usage (72fdc00)
  • fix: better threading (cbc0033)
  • fix: don't force load every file thrown at the CodeEditor (5063e71)
  • fix: don't delete the path extension when generating object file paths (72b4d84)
  • performance: only reload project's variables once (9575b2b, 7764602)
  • feature: take supported deployment targets straight from SDK (9575b2b)
  • feature: redesigned project creation experience
  • feature: added buttons to clear project and swift module cache (eb0a5f7)

Kernel Virtualization Layer (ksurface)

  • vulnerability fix: removed a code signature bypass from inbuilt installd (1cb57a1)
  • vulnerability fix: patched a deadlock in SYS_sysctl (16e667a)
  • vulnerability fix: patched information disclosure vulnerability from permission over pid check (471e2ee)
  • vulnerability fix: patched a race condition in PEProcessManager (memory corruption) (111f566)
  • vulnerability fix: patched a resource exhaustion vector regarding FBProcessManager (5b08d63)
  • vulnerability fix: added forgotten cleanup path in PEProcess (a0cdd40)
  • vulnerability fix: patched a use-after-free caused by a reference underflow (b6e1011)
  • vulnerability fix: patched a lenient memory corruption vulnerability (845fa60)
  • vulnerability fix: patched a use-after-free in kvobject allocation API (1fe578d)
  • vulnerability fix: patched a memory leak in process list API (09c423c)
  • vulnerability fix: handling EAGAIN on rdlock's (e592fc0)
  • vulnerability fix: patched buffer overflow in SYS_handoffep found by @zipgod24 (ebd6c28)
  • vulnerability fix: patched use-after-free in proc_zombify(1) found by @zipgod24 (4337d89)
  • vulnerability fix: patched a severe buffer over-read leading to information disclosure (ef6fb7c)
  • vulnerability fix: patched ksurface termination vulnerability (1deeccb)
  • vulnerability fix: patched a OOB vulnerability in ZSign by @orbisai0security (c878655)
  • feature: using FBProcess for process state change handling (9d00fb1)
  • performance: faster MachOObject (f37c7c6, cc0ac37, 5097f01, c4612ce, b03e161)
  • performance: faster write in and out in FDObject (4d42ed5)
  • performance: slightly faster PEProcessManager (fbc9911)
  • performance: using faster NSExtension invocation method (b1dd4d7, 61e3c1d, 21939af)
  • performance: removed redundant delay in PELaunchService (6731ed7)
  • performance: made object allocation slightly faster (f325e0c)
  • hardening: removed PEEntitlementProcessElevate from some presets (6a33561)
  • fix: disabled darwinbg simulation cuz apple might just freeze parts of iOS for what ever reason (ae26edb)

Note

standard SDK used in this version of Nyxian is iPhoneOS26.4

Warning

Jailbreak and trollstore support might be broken in this first release. In the case you wanna use them, don't downgrade, make sure to backup all app data and then upgrade.

Nyxian 0.9.1 "Falcon" Beta

04 Apr 23:08

Choose a tag to compare

Pre-release

Changelog

Nyxian

Kernel Virtualization Layer (ksurface)

  • Improved entitlement patching to Applications menu (8cb891d, 8e16df8, e4efbcf)
  • PEObject patches (a20eae5)
  • Radix tree patches (ddfce45)
  • Vulnerability fix: unexpected system termination due to null ptr deref (d9d2c93)
  • Vulnerability fix: improper cleanup path in tty initialization leading to a use-after-free (6ce3648)
  • Vulnerability fix: improper action order in tty deinitilization leading to a race condition (8ae5e4d)
  • Resource leak fix: resource exhaustion due to improper cleanup (c5b1004)
  • Improvement: added PEEntitlementPlatformRoot (926a259, 1d53664, 3226ee6)
  • Improvement: better trust and entitlement code (9c1cf66, 766434a, b5fe797)
  • Security hardening: nerfing capability of root user process to automatically be able to enumerate processes (ad4a9e6)
  • Bug fix: use correct path for the CFPrefsPlistSource hook (990bc47)

nxtool (resign trollstore apps on macOS to nyxian apps, basically embed nyxian entitlements into ipa's)

  • initial release

Nyxian 0.9.0 "Falcon" Beta

01 Apr 00:30

Choose a tag to compare

Pre-release

Changelog

Nyxian

  • Improved logic in Issue Navigator (d3e8522)
  • Added GUI project configuration (d1fe1f2, a7e9da2, d98b16b, c784014, c120fb8)
  • Updated SDK to iPhoneOS26.4 (751e2f1)
  • Bug fix: fixed barbutton items not theming on iOS 26 (47eb2a8, e026fc3)
  • Bug fix: touch inputs not getting delivered to NXTerminalWindowSession properly (62aa2f6)
  • Bug fix: window focus refix (4f4cc1a)
  • WindowServer v4 introduction
  • Added "Jump to definition" in code editor (026ec8d, 5500bc9, 5384079, b98f2f2)
  • Using LLVM's dependency scanner for better accuracy for incremental builds (fdb4d5a)
  • Other minor optimizations

Ksurface

Read more

Nyxian 0.9.0 "Falcon" Beta (Preview 1)

27 Mar 19:54

Choose a tag to compare

Pre-release

Changelog

Normal Changelogs will continue after 0.9.0 final beta release in 2 days.

Full Changelog: 0.8.6...0.9.0.PREVIEW.1

Nyxian 0.8.6 "Kate" Beta

07 Feb 02:51
70e5af9

Choose a tag to compare

Pre-release

Changelog

Jailed

Nyxian

LiveContainer

  • fixed a bug where the bundle was kept LiveProcess, instead of overwritten with the value expected (78debea)
  • overwrites now _CFGetProcessPath too (3307c66)
  • fixed home path for utilities (105968a, a7497f9)
  • fixed DYLD_INSERT_LIBRARIES (9f6c1b7)

Jailbroken

Nyxian

  • initial release

Nyxian 0.8.5 "Kate" Beta

02 Feb 19:06

Choose a tag to compare

Pre-release

Changelog

Jailed

Nyxian

Nyxian 0.8.4 "Kate" Beta

31 Jan 22:52

Choose a tag to compare

Pre-release

Changelog

Jailed

Nyxian

  • fixed deprecation warnings in code editor disappearing (979fd8c)
  • fixed availability checks (to fix it in already existing projects append -lclang.rt.ios to the linker flags) (1947b21)
  • improved memory management in typechecking engine, or better said fixing a bug in the preexisting memory management fixup (9b41a36)
  • removed this ugly button from menubar (ebe74a1)
  • made file tabs easier to navigate (cb558b4)
  • improved virtual keyboard handling (46e8e04)
  • fixed file tab bar for iOS 18 and below (f0f6b72)
  • fixing bugs in file tab removal (316ae02)
  • adding file saving animation
  • fixing incorrect entitlement mappings in menus (d46306c)
  • fixing credits links not working (5b349cb)
  • fixing toggles turning white after reopening nyxian from app switcher (74abc71, 1cbb887)
  • fixing font size not changing preview (e057697)
  • fixing window constraints math (71cf7dc)
  • fixing scrollbar of guest app not applying to screen bounds (e75c63b) (only partial fix)
  • fixing appearance issues (6c5fac8, 36a2523)

Kernel Virtualization Layer (ksurface)

  • improved syscall server syscall registration (5da26b9)
  • improved syscall logging, aka unified it (b75f8b6)