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
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 }}
feiyunwill
/
bloaty
Public
forked from
google/bloaty
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2020
Merge pull request #183 from yboren/master
Show description for 7cf6c58
haberman
authored
7cf6c58
View commit details
Copy full SHA for 7cf6c58
Browse repository at this point
fix compile errors
yboren
authored
1fb15ad
View commit details
Copy full SHA for 1fb15ad
Browse repository at this point
Commits on Feb 20, 2020
Merge pull request #182 from haberman/ppc64-bug
Show description for 1b5f8fc
haberman
authored
1b5f8fc
View commit details
Copy full SHA for 1b5f8fc
Browse repository at this point
Commits on Feb 18, 2020
Fixed note parser for big-endian machines.
Show description for e4b2e4e
haberman
committed
e4b2e4e
View commit details
Copy full SHA for e4b2e4e
Browse repository at this point
Commits on Nov 18, 2019
Merge pull request #177 from frolv/filtering
Show description for 08f59b2
haberman
authored
08f59b2
View commit details
Copy full SHA for 08f59b2
Browse repository at this point
Commits on Nov 14, 2019
Don't group filtered file and vm sizes
frolv
committed
ec334ee
View commit details
Copy full SHA for ec334ee
Browse repository at this point
Commits on Nov 11, 2019
Merge pull request #178 from ngg/wasm-newsections
Show description for c7cf3f8
haberman
authored
c7cf3f8
View commit details
Copy full SHA for c7cf3f8
Browse repository at this point
Commits on Nov 10, 2019
Recognize new WASM sections
ngg
committed
9d9b0a6
View commit details
Copy full SHA for 9d9b0a6
Browse repository at this point
Commits on Nov 7, 2019
Add an option to filter on label names
Show description for 217dc05
frolv
committed
217dc05
View commit details
Copy full SHA for 217dc05
Browse repository at this point
Commits on Nov 4, 2019
Merge pull request #175 from haberman/fuzz
Show description for c45138f
haberman
authored
c45138f
View commit details
Copy full SHA for c45138f
Browse repository at this point
Commits on Sep 5, 2019
Fixed bug found by fuzzing.
Show description for 7a4fef7
haberman
committed
7a4fef7
View commit details
Copy full SHA for 7a4fef7
Browse repository at this point
Commits on Sep 1, 2019
Merge pull request #173 from haberman/fuzz
Show description for f8e2914
haberman
authored
f8e2914
View commit details
Copy full SHA for f8e2914
Browse repository at this point
Fix for overflow check.
haberman
committed
d35fb81
View commit details
Copy full SHA for d35fb81
Browse repository at this point
Merge pull request #174 from haberman/csvescape
Show description for 3fd3e9a
haberman
authored
3fd3e9a
View commit details
Copy full SHA for 3fd3e9a
Browse repository at this point
Check address for overflow too.
haberman
committed
c16913d
View commit details
Copy full SHA for c16913d
Browse repository at this point
Properly escape CSV.
Show description for 9d82a0c
haberman
committed
9d82a0c
View commit details
Copy full SHA for 9d82a0c
Browse repository at this point
Fixed bug found by fuzzing.
Show description for 0e1a6a1
haberman
committed
0e1a6a1
View commit details
Copy full SHA for 0e1a6a1
Browse repository at this point
Fixed overflow found by fuzzing.
Show description for 63eec60
haberman
committed
63eec60
View commit details
Copy full SHA for 63eec60
Browse repository at this point
Merge pull request #172 from haberman/submodules
Show description for cc5840a
haberman
authored
cc5840a
View commit details
Copy full SHA for cc5840a
Browse repository at this point
Added missing source file for ABSL optional.
haberman
committed
40bc8b0
View commit details
Copy full SHA for 40bc8b0
Browse repository at this point
Revert demumble, updated CMakeLists.txt.
haberman
committed
acfcdeb
View commit details
Copy full SHA for acfcdeb
Browse repository at this point
Updated submodules.
haberman
committed
07a04c4
View commit details
Copy full SHA for 07a04c4
Browse repository at this point
Updated submodules.
haberman
committed
8164221
View commit details
Copy full SHA for 8164221
Browse repository at this point
Commits on Jul 23, 2019
Some readability improvements to "how bloaty works."
haberman
committed
daa2c30
View commit details
Copy full SHA for daa2c30
Browse repository at this point
Commits on Jun 26, 2019
Merge pull request #168 from haberman/coverage
Show description for 80087da
haberman
authored
80087da
View commit details
Copy full SHA for 80087da
Browse repository at this point
Increased test tolerance since we now attribute headers.
haberman
committed
96f2e98
View commit details
Copy full SHA for 96f2e98
Browse repository at this point
Improved readability of segments by not refining to sections.
haberman
committed
e9a40d7
View commit details
Copy full SHA for e9a40d7
Browse repository at this point
Merge branch 'coverage' of https://github.com/haberman/bloaty into coverage
haberman
committed
9d43af6
View commit details
Copy full SHA for 9d43af6
Browse repository at this point
Added config.bloaty, used by README.md.
haberman
committed
b4bde2f
View commit details
Copy full SHA for b4bde2f
Browse repository at this point
Some tweaks to pretty output to increase readability.
haberman
committed
8d8f46f
View commit details
Copy full SHA for 8d8f46f
Browse repository at this point
Commits on Jun 19, 2019
Merge branch 'master' into coverage
haberman
committed
6da6edc
View commit details
Copy full SHA for 6da6edc
Browse repository at this point
Commits on Jun 10, 2019
Merge pull request #167 from ajdavis/patch-1
Show description for 3a600c6
haberman
authored
3a600c6
View commit details
Copy full SHA for 3a600c6
Browse repository at this point
Prefers system pkg-config
ajdavis
authored
2b43176
View commit details
Copy full SHA for 2b43176
Browse repository at this point
Prefers system libprotobuf, re2, and capstone
ajdavis
authored
b5ff332
View commit details
Copy full SHA for b5ff332
Browse repository at this point
Commits on Jun 8, 2019
Properly include "--help" as README.md regenerated output.
Show description for 6ae4a2c
haberman
committed
6ae4a2c
View commit details
Copy full SHA for 6ae4a2c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.