2 Commits

Author SHA256 Message Date
b0e947e602 Accepting request 1320681 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1320681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binsider?expand=0&rev=2
2025-12-01 10:15:06 +00:00
9d47d6eeca - Update to version 0.3.0:
+ Features
    - Add “human readable” option for Static/Section headers/Size
    - Add “human readable” option for program headers
  + Bug Fixes
    - Fix compilation and CI errors
    - Don’t exit when typing `q` in hexdump search/jump
    - Remove unsupported Windows calls
    - Fix Windows filesystem handling
    - Implement Windows target support
    - Apply clippy suggestions
    - Check for string-length to avoid overflow
    - Only allow tracing calls when on dynamic-analysis tab

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/binsider?expand=0&rev=4
2025-11-30 23:05:09 +00:00
5 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3bc10379677b19656436924f478798f205b371bc703feab938c1b2512f39500
size 18067001

3
binsider-0.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af3b7ac468a5407324b49bbfb750c7426e7d3f08e598195e6a416f10a89afd57
size 18080701

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Nov 30 23:04:07 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.3.0:
+ Features
- Add “human readable” option for Static/Section headers/Size
- Add “human readable” option for program headers
+ Bug Fixes
- Fix compilation and CI errors
- Dont exit when typing `q` in hexdump search/jump
- Remove unsupported Windows calls
- Fix Windows filesystem handling
- Implement Windows target support
- Apply clippy suggestions
- Check for string-length to avoid overflow
- Only allow tracing calls when on dynamic-analysis tab
-------------------------------------------------------------------
Tue Oct 1 20:34:31 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -1,7 +1,7 @@
#
# spec file for package binsider
#
# Copyright (c) 2024 mantarimay
# Copyright (c) 2025 mantarimay
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%bcond_without test
Name: binsider
Version: 0.2.1
Version: 0.3.0
Release: 0
Summary: Analyze ELF binaries
License: Apache-2.0 OR MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d52673d06f59bc9f622501cf081d01de80d1897c8c4b77418ab5a8d72fb8f4e
size 34987309
oid sha256:2df89a493f4640d49024bcbfba86520e4eabde08e8750d18f4be5f7eb2bf8831
size 38102171