Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
messense
/
lddtree-rs
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
49
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add support for MachO and PE formats
- #6
#6
Merged
messense
merged 19 commits into
main
messense/lddtree-rs:main
from
macho-pe
messense/lddtree-rs:macho-pe
Copy head branch name to clipboard
Feb 15, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Add support for MachO and PE formats
#6
messense
merged 19 commits into
main
messense/lddtree-rs:main
from
macho-pe
messense/lddtree-rs:macho-pe
Copy head branch name to clipboard
Commits
Commits on Feb 15, 2026
Add macho support
messense
committed
cfd9316
View commit details
Copy full SHA for cfd9316
Browse repository at this point
Parse single arch macho works
messense
committed
eb9641b
View commit details
Copy full SHA for eb9641b
Browse repository at this point
Remove `self`/dylib id from libraries for macho
messense
committed
cf47593
View commit details
Copy full SHA for cf47593
Browse repository at this point
Add PE support
messense
committed
ec3e06d
View commit details
Copy full SHA for ec3e06d
Browse repository at this point
Add test cases for macho and pe
messense
committed
cb29ec8
View commit details
Copy full SHA for cb29ec8
Browse repository at this point
Only run tests in main branch
messense
committed
624ba14
View commit details
Copy full SHA for 624ba14
Browse repository at this point
Refine macho `compatible` function
messense
committed
4994de1
View commit details
Copy full SHA for 4994de1
Browse repository at this point
Refine PE `compatible` function
messense
committed
88b031d
View commit details
Copy full SHA for 88b031d
Browse repository at this point
Implement MachO and PE specific find_library
Show description for 7442af5
messense
committed
7442af5
View commit details
Copy full SHA for 7442af5
Browse repository at this point
Fix all clippy warnings
Show description for 309d57d
messense
committed
309d57d
View commit details
Copy full SHA for 309d57d
Browse repository at this point
Fix PE find_library searching PATH unconditionally on Windows
Show description for 4647416
messense
committed
4647416
View commit details
Copy full SHA for 4647416
Browse repository at this point
Fix MachO and PE library resolution issues
Show description for 2dda775
messense
committed
2dda775
View commit details
Copy full SHA for 2dda775
Browse repository at this point
Address remaining minor gaps vs delocate/delvewheel
Show description for c24e63e
messense
committed
c24e63e
View commit details
Copy full SHA for c24e63e
Browse repository at this point
Simplify: remove dead field, extract check_compatible, clean up fat handling
Show description for 69fd397
messense
committed
69fd397
View commit details
Copy full SHA for 69fd397
Browse repository at this point
Fix test_pe to pass on Windows, macOS, and Linux
Show description for 47ce101
messense
committed
47ce101
View commit details
Copy full SHA for 47ce101
Browse repository at this point
Update CI to modern actions and add clippy job
Show description for 7d69471
messense
committed
7d69471
View commit details
Copy full SHA for 7d69471
Browse repository at this point
Fix unused variable warning on Windows
Show description for 13b6c6f
messense
committed
13b6c6f
View commit details
Copy full SHA for 13b6c6f
Browse repository at this point
Simplify fat Mach-O selection and PE library search
Show description for 0cf8902
messense
committed
0cf8902
View commit details
Copy full SHA for 0cf8902
Browse repository at this point
Address PR review comments
Show description for 3549cd4
messense
committed
3549cd4
View commit details
Copy full SHA for 3549cd4
Browse repository at this point
You can’t perform that action at this time.