Skip to content

Instantly share code, notes, and snippets.

View EricRahm's full-sized avatar

Eric Rahm EricRahm

View GitHub Profile
@EricRahm
EricRahm / embossc-profile-front-end
Created March 28, 2024 19:42
Script to invoke embossc front-end
#!/usr/bin/env python3
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
#!/usr/bin/env python3
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
@EricRahm
EricRahm / loader.h.diff
Created November 19, 2025 20:18
Diff of xnu loader.h and cctools loader.h
--- xnu/EXTERNAL_HEADERS/mach-o/loader.h 2025-11-19 20:10:52.970880191 +0000
+++ cctools/include/mach-o/loader.h 2025-11-19 20:00:11.438993179 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2019 Apple Inc. All Rights Reserved.
+ * Copyright (c) 1999-2010 Apple Inc. All Rights Reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -32,20 +32,28 @@