orhun/binsider
Analyze ELF binaries like a boss πΌπ΅οΈββοΈ
π¦ βοΈ Miscellaneous Tasks
- *(release)* Bump version by @orhun
- <!-- generated by git-cliff -->
π¦ βοΈ Miscellaneous Tasks
- *(release)* Bump version by @orhun
- <!-- generated by git-cliff -->
β¨ π Features
- *(static)* Add human readable option for Static/Section headers/ Size by @dacianpascu06 in [#96](https://github.com/orhun/binsider/pull/96)
- *(static)* Add human readable option for program headers by @dacianpascu06 in [#77](https://github.com/orhun/binsider/pull/77)
π π Bug Fixes
- Fix compilation and CI errors by @ibidani in [#136](https://github.com/orhun/binsider/pull/136)
- *(ui)* Don't exit when typing 'q' in hexdump search and jump by @MykBamberg in [#132](https://github.com/orhun/binsider/pull/132)
- *(fileinfo)* Remove unsupported Windows calls by @orhun
- *(fileinfo)* Fix the Windows fs handling by @orhun
- *(fileinfo)* Implement for Windows target by @orhun in [#120](https://github.com/orhun/binsider/pull/120)
- *(clippy)* Apply clippy suggestions by @nyurik
- *(strings)* Check for string length to avoid overflow by @godzie44 in [#91](https://github.com/orhun/binsider/pull/91)
- *(dynamic)* Only allow tracing calls while on the dynamic analysis tab by @orhun in [#83](https://github.com/orhun/binsider/pull/83)
π π Documentation
- *(readme)* Update github link to @harunocaksiz by @orhun
- *(website)* Add 180x180 `apple-touch-icon.png` by @fujiapple852 in [#108](https://github.com/orhun/binsider/pull/108)
- *(website)* Remove duplicate architecture.md by @mandarvaze in [#94](https://github.com/orhun/binsider/pull/94)
- *(architecture)* Polish the diagram by @orhun
- *(architecture)* Add architecture diagram by @mandarvaze in [#88](https://github.com/orhun/binsider/pull/88)
π¦ βοΈ Miscellaneous Tasks
- *(flake)* Update flake.lock by @osbm
- *(funding)* Add wellKnown directory by @orhun
- *(github)* Create PRs for nix flake updates automatically by @ch4og in [#85](https://github.com/orhun/binsider/pull/85)
- *(ci)* Track dependencies updates to add them to Nix cache by @ch4og in [#84](https://github.com/orhun/binsider/pull/84)
β¨ New Contributors
- @ibidani made their first contribution in [#136](https://github.com/orhun/binsider/pull/136)
- @MykBamberg made their first contribution in [#132](https://github.com/orhun/binsider/pull/132)
- @nyurik made their first contribution in [#116](https://github.com/orhun/binsider/pull/116)
- @fujiapple852 made their first contribution in [#108](https://github.com/orhun/binsider/pull/108)
- @osbm made their first contribution
- @dacianpascu06 made their first contribution in [#96](https://github.com/orhun/binsider/pull/96)
- @mandarvaze made their first contribution in [#94](https://github.com/orhun/binsider/pull/94)
- @godzie44 made their first contribution in [#91](https://github.com/orhun/binsider/pull/91)
- + 2 more
β¨ π Features
- *(tui)* Use stdout for rendering by @orhun in [#79](https://github.com/orhun/binsider/pull/79)
- *(ui)* Support shift+tab for going to the previous tab by @XXMA16 in [#70](https://github.com/orhun/binsider/pull/70)
- *(cli)* Add `--tab` argument by @josueBarretogit in [#60](https://github.com/orhun/binsider/pull/60)
- *(general)* Display the number of shared libraries by @sumit0190 in [#58](https://github.com/orhun/binsider/pull/58)
π π Bug Fixes
- *(tui)* [breaking] Query the terminal background once by @orhun in [#62](https://github.com/orhun/binsider/pull/62)
- *(flake)* Add missing meta section to flake by @ch4og in [#74](https://github.com/orhun/binsider/pull/74)
- *(cd)* Enable cross compilationby @orhun
β‘ β‘ Performance
- *(flake)* Speed up rebuild by using naersk by @ch4og in [#76](https://github.com/orhun/binsider/pull/76)
π¦ βοΈ Miscellaneous Tasks
- *(deny)* Update ignored advisoriesby @orhun
- *(ci)* Add nix flake build by @ch4og in [#75](https://github.com/orhun/binsider/pull/75)
β¨ New Contributors
- @XXMA16 made their first contribution in [#70](https://github.com/orhun/binsider/pull/70)
- @josueBarretogit made their first contribution in [#60](https://github.com/orhun/binsider/pull/60)
- @sumit0190 made their first contribution in [#58](https://github.com/orhun/binsider/pull/58)
- Full Changelog: https://github.com/orhun/binsider/compare/v0.2.0...0.2.1
- <!-- generated by git-cliff -->
π¦ 0.2.0 - 2024-09-30
- β¨ See the blog post about this release: <https://binsider.dev/blog/v020/>
β¨ π Features
- *(ui)* Add loading/splash screen by @orhun in [#55](https://github.com/orhun/binsider/pull/55)
- *(lib)* Add example/documentation about using as a library by @orhun in [#52](https://github.com/orhun/binsider/pull/52)
- *(dynamic)* Support running binaries with CLI arguments by @orhun in [#49](https://github.com/orhun/binsider/pull/49)
- *(static)* Reorder symbol table for better readability by @orhun in [#42](https://github.com/orhun/binsider/pull/42)
- *(dynamic)* Make dynamic analysis optional for better platform support by @orhun in [#31](https://github.com/orhun/binsider/pull/31)
- *(tui)* Improve the white theme support by @orhun in [#23](https://github.com/orhun/binsider/pull/23)
- *(nix)* Add a simple flake.nix by @jla2000 in [#14](https://github.com/orhun/binsider/pull/14)
π π Bug Fixes
- *(ui)* Avoid crashing when logo does not fit the terminal by @orhun
- *(test)* Update file info arguments by @orhun
- *(dynamic)* Fix locating the binary by @orhun in [#48](https://github.com/orhun/binsider/pull/48)
- *(dynamic)* Sort the shared library list by @orhun in [#37](https://github.com/orhun/binsider/pull/37)
- *(strings)* Replace unicode whitespace for correct rendering by @orhun in [#28](https://github.com/orhun/binsider/pull/28)
- *(file)* Do not panic if creation time is not supported by @orhun in [#25](https://github.com/orhun/binsider/pull/25)
- *(tui)* Stop the event handler on quit by @orhun in [#24](https://github.com/orhun/binsider/pull/24)
- *(flake)* Fix test failure on Nix by @ch4og in [#30](https://github.com/orhun/binsider/pull/30)
- + 4 more
π π Documentation
- *(blog)* Add blog post for 0.2.0 release by @orhun in [#53](https://github.com/orhun/binsider/pull/53)
π¦ βοΈ Miscellaneous Tasks
- *(website)* Add discord link by @orhun
- *(changelog)* Update git-cliff config by @orhun
- *(website)* Do not deploy website for pull requests by @orhun
β¨ New Contributors
- @ch4og made their first contribution in [#30](https://github.com/orhun/binsider/pull/30)
- @samueltardieu made their first contribution in [#11](https://github.com/orhun/binsider/pull/11)
- @jla2000 made their first contribution in [#14](https://github.com/orhun/binsider/pull/14)
- Full Changelog: https://github.com/orhun/binsider/compare/v0.1.0...v0.2.0
- <!-- generated by git-cliff -->
<img src="https://raw.githubusercontent.com/orhun/binsider/main/website/src/assets/binsider-logo-dark.png" width="200"></a> [**binsider**](https://binsider.dev): Analyze ELF binaries like a boss πΌπ΅οΈββοΈ <!-- generated by git-cliff -->
<img src="https://raw.githubusercontent.com/orhun/binsider/main/website/src/assets/binsider-logo-dark.png" width="200"></a> [**binsider**](https://binsider.dev): Analyze ELF binaries like a boss πΌπ΅οΈββοΈ <!-- generated by git-cliff -->
