5 Commits

Author SHA1 Message Date
Orlando Chamberlain 0349c9693f add license
mrarm — 18/01/2026, 05:54
please consider the code MIT licensed
2026-01-20 01:19:49 +11:00
Orlando Chamberlain 88139f34f5 update submodules to t2 fork 2026-01-18 00:37:26 +11:00
Orlando Chamberlain ef8f76807d support getting individual ports etc
we support getting the port of an individual service, all services, and
also just dumping the raw data in a jsonlike format. Also made the
program terminate once it recieves the data.

$ ./xpc --service com.apple.eos.BiometricKit
com.apple.eos.BiometricKit      49238
$ ./xpc --dump
{"Services": {"com.ap.... (this prints everything)
$ ./xpc --list
com.apple.xpc.remote.mobile_obliteration        49242
com.apple.videoprocessingd.encode.remote        49256
...
com.apple.sysdiagnose.stackshot.remote  49248
com.apple.nfcd.relay.control    49258
2026-01-18 00:32:49 +11:00
Redecorating e3e2a43b53 parse arguements to specify address, port and interface 2026-01-18 00:32:49 +11:00
Redecorating a07699784c Initial commit
This is all code from MrARM, written in 2019.

https://discord.com/channels/595304521857630254/595304521857630259/1012008518389338242
https://cdn.discordapp.com/attachments/595304521857630259/1012008517751816253/xpc.zip?ex=696c4820&is=696af6a0&hm=a86606a422fe6b56c223e457182eb13a7e3c07374cc932fcf537d9f8f455842c&
2026-01-18 00:32:36 +11:00