|
|
|
|
@@ -1,3 +1,115 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 6 15:57:07 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Add %check section and test bins
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 6 15:10:43 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Rename sdb.1 man page to r2sdb.1 to avoid conflict with snobol4
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 4 14:07:30 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Fix patch pkgconfig.patch to be -p1-able
|
|
|
|
|
- Update to version 6.0.7:
|
|
|
|
|
* shell: Fix parsing r2 -H$(VARNAME) without a space
|
|
|
|
|
- Update to version 6.0.6:
|
|
|
|
|
* Full changelog is available at:
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/6.0.6
|
|
|
|
|
- Update to version 6.0.4:
|
|
|
|
|
* Full changelog is available at:
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/6.0.4
|
|
|
|
|
- Update to version 6.0.2:
|
|
|
|
|
* Full changelog is available at:
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/6.0.2
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 4 12:06:29 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
|
|
|
|
|
|
- Add missing sub directories for r_util.h and r_muta.h
|
|
|
|
|
otherwise it might fails in calling r2pm -ci <plugin>
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 4 11:34:24 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
|
|
|
|
|
|
- Correct library package nameing scheme to make it build
|
|
|
|
|
also on x86_64 on 15.6 and 15.7
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 30 21:35:42 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Remove patches CVE-2025-1378.patch, CVE-2025-1864.patch,
|
|
|
|
|
CVE-2025-1744.patch, CVE-2025-5641.patch: merged upstream
|
|
|
|
|
|
|
|
|
|
- Update to version 6.0.0:
|
|
|
|
|
* ABI changes:
|
|
|
|
|
~ RCorePlugins now have a session
|
|
|
|
|
~ Finish the RKons refactoring, all r_cons calls take instance instead of global
|
|
|
|
|
~ Rename RCrypto to RMuta
|
|
|
|
|
~ Use RCons instance from RLine
|
|
|
|
|
~ Rename RIOPlugin.widget to RIOPlugin.data
|
|
|
|
|
~ Refactor the RRegAlias api
|
|
|
|
|
~ Camelcase all the RCoreBind methods
|
|
|
|
|
* Breaking API changes:
|
|
|
|
|
~ Boolify r_cons_rgb_parse
|
|
|
|
|
~ Add RLogLevel.fromString() and use it from -e log.level=?
|
|
|
|
|
~ Deprecate r_bin_addr2line
|
|
|
|
|
~ Rename RBinDbgItem into RBinAddrline
|
|
|
|
|
~ RNumCalc is now known as RNumMath
|
|
|
|
|
~ Move RFlagItem.alias into the Meta
|
|
|
|
|
~ Rename core->offset into core->addr (asm.offset and more!)
|
|
|
|
|
~ Rename RFlagItem.offset -> addr
|
|
|
|
|
* API changes:
|
|
|
|
|
~ Boolify r_cons_rgb_parse
|
|
|
|
|
~ Add RLogLevel.fromString() and use it from -e log.level=?
|
|
|
|
|
~ Deprecate r_bin_addr2line
|
|
|
|
|
~ Rename RBinDbgItem into RBinAddrline
|
|
|
|
|
~ RNumCalc is now known as RNumMath
|
|
|
|
|
~ Move RFlagItem.alias into the Meta
|
|
|
|
|
~ Rename core->offset into core->addr (asm.offset and more!)
|
|
|
|
|
~ Rename RFlagItem.offset -> addr
|
|
|
|
|
~ Deprecate RLang.list()
|
|
|
|
|
~ Unified function to jsonify the plugin meta + more fields
|
|
|
|
|
~ Redesign the REvent API
|
|
|
|
|
* Full changelog is available at:
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/6.0.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 11 13:58:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- add CVE-2025-5641.patch as a warning that the threaded option
|
|
|
|
|
is known to be unsafe (bsc#1244121, CVE-2025-5641)
|
|
|
|
|
- refresh other patches
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 4 14:32:00 UTC 2025 - Alexander Bergmann <abergmann@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix buffer overflow and potential code execution.
|
|
|
|
|
add CVE-2025-1864.patch (bsc#1238451, CVE-2025-1864)
|
|
|
|
|
- Fix heap-based buffer over-read or buffer overflow.
|
|
|
|
|
add CVE-2025-1744.patch (bsc#1238075, CVE-2025-1744)
|
|
|
|
|
- Add explicit Python 3 build requirement.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 17 16:04:54 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- add CVE-2025-1378.patch (bsc#1237250, CVE-2025-1378)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 3 09:56:42 UTC 2024 - Alexander Bergmann <abergmann@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.9.8:
|
|
|
|
|
* Resolved CVE:
|
|
|
|
|
- CVE-2024-29645: buffer overflow vulnerability allows an attacker to
|
|
|
|
|
execute arbitrary code via the parse_die function (boo#1234065).
|
|
|
|
|
For details, check full release notes:
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/5.9.8
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/5.9.6
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/5.9.4
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/5.9.2
|
|
|
|
|
https://github.com/radareorg/radare2/releases/tag/5.9.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 18 10:53:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
|
|
@@ -71,27 +183,27 @@ Tue Feb 1 09:04:08 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
|
|
|
|
- Update to 5.5.4:
|
|
|
|
|
* New IOBanks APis and commands replacing skyline and making io faster (2-10x)
|
|
|
|
|
* Faster analysis, type matching, binary parsing (2-4x)
|
|
|
|
|
* Faster analysis, type matching, binary parsing (2-4x)
|
|
|
|
|
* [] and =[] esil operations has been removed (size is mandatory)
|
|
|
|
|
* Lots of important bugs fixed in bin parsers and disassemblers
|
|
|
|
|
* Add support for the latest iOS15 dyld4 Atlas-style cache formats
|
|
|
|
|
* Autorename signature matching collisions and faster search
|
|
|
|
|
* Add assembler for riscv and disassemblers for PDP11, Alpha64 and armv7.v35
|
|
|
|
|
* Improved integration with r2frida remote filesystems
|
|
|
|
|
* Cleaning debugger for windows (32 and 64) and macOS makes it more reliable and stable
|
|
|
|
|
* Add assembler for riscv and disassemblers for PDP11, Alpha64 and armv7.v35
|
|
|
|
|
* Improved integration with r2frida remote filesystems
|
|
|
|
|
* Cleaning debugger for windows (32 and 64) and macOS makes it more reliable and stable
|
|
|
|
|
* Add seven segment printing (?ea for ascii-art text titles)
|
|
|
|
|
* Improved xrefs visualization with new axfm and axtm commands
|
|
|
|
|
* Add avg command to manage global variables
|
|
|
|
|
* The sixref plugin is now easier to use to find xrefs on arm64 code
|
|
|
|
|
* Improved multibin (select all bins or one) and multidex support in apk://
|
|
|
|
|
* Better build scripts for Windows (add asan and w32 profiles)
|
|
|
|
|
* Better build scripts for Windows (add asan and w32 profiles)
|
|
|
|
|
* Added armv7.v35 and improves esil emulation with the arm64.v35
|
|
|
|
|
* Add more help messages and set scr.prompt.tabhelp true by default
|
|
|
|
|
* AES key wrap algorithm support in rahash2
|
|
|
|
|
* AES key wrap algorithm support in rahash2
|
|
|
|
|
* Fix var serialization issues in debugger reloading (ood) and projects saving (Ps)
|
|
|
|
|
* Add Amiga and MSX rom/bin parser plugin and test @romerojoseant @trufae
|
|
|
|
|
* Visual slides (r2s) allow interactive content to be used within r2
|
|
|
|
|
* Print and convert ternary values back and forth
|
|
|
|
|
* Print and convert ternary values back and forth
|
|
|
|
|
* Add the vector35 arm64 for analysis, esil and disasm and r2 can be built without capstone
|
|
|
|
|
* Improved integration to use r2ghidra analysis and disassemble mainly tested for avr, v850 and arm64
|
|
|
|
|
* Fix emulation of several x86 and arm64 instructions, including an scripted way
|
|
|
|
|
@@ -154,7 +266,7 @@ Mon Jan 11 15:03:37 UTC 2021 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 12 13:23:38 UTC 2020 - Robert Frohl <rfrohl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 4.5.0
|
|
|
|
|
- Update to 4.5.0
|
|
|
|
|
* Analysis
|
|
|
|
|
- Initial API for base type kinds (enum, struct, union)
|
|
|
|
|
- Rename PowerPC to PPC
|
|
|
|
|
@@ -459,7 +571,7 @@ Mon Mar 30 07:03:07 UTC 2020 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
FIx 32bit windows
|
|
|
|
|
Rename "asan" to "sanitize" (#15412)
|
|
|
|
|
Fix build for 32bit Linux systems
|
|
|
|
|
Fix build of the onefied shared lib
|
|
|
|
|
Fix build of the onefied shared lib
|
|
|
|
|
|
|
|
|
|
command
|
|
|
|
|
Very simple tree sitter integration (#15414)
|
|
|
|
|
@@ -917,7 +1029,7 @@ Fri Sep 6 06:33:25 UTC 2019 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
|
|
|
|
r2pipe
|
|
|
|
|
Initial support for r2pipe.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rop
|
|
|
|
|
Add ROP chain execution support in ragg2
|
|
|
|
|
|
|
|
|
|
@@ -1424,7 +1536,7 @@ Thu Sep 5 10:11:03 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Avoid all recursive cases
|
|
|
|
|
* Avoid warnings
|
|
|
|
|
* use r_anal_bb_opaddr_i
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 14 11:18:02 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
@@ -1916,7 +2028,7 @@ Wed Aug 14 11:18:02 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Still true for latest binutils (v2.32 2019-02-02).
|
|
|
|
|
* Renesas chip hardware manuals and IDA Pro only use bf/s and bt/s.
|
|
|
|
|
* Complete R_CONS_ATTR_ series (#14411)
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
- Update to version 3.6.0
|
|
|
|
|
|
|
|
|
|
* drop radare2-sysmagic.patch
|
|
|
|
|
@@ -2314,7 +2426,7 @@ Tue May 21 08:26:15 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Honor anal.ignhintbits for hintbits
|
|
|
|
|
* Honor fcn->bits in disassembly
|
|
|
|
|
* Update capstone to use the NEXT branch
|
|
|
|
|
* Enable asm.jmpsub by default
|
|
|
|
|
* Enable asm.jmpsub by default
|
|
|
|
|
* Add asm.fcnsig instead of making function signature depend on asm.var
|
|
|
|
|
|
|
|
|
|
esil
|
|
|
|
|
@@ -2835,7 +2947,7 @@ anal
|
|
|
|
|
* Add avrr and aao in aaa
|
|
|
|
|
* m68k architecture is always 32 bits and big endian
|
|
|
|
|
* Implement jmptbl for Thumb TBB and TBH instructions
|
|
|
|
|
* Fix m68k analysis issues
|
|
|
|
|
* Fix m68k analysis issues
|
|
|
|
|
* Add R_ANAL_OP_MASK_OPEX
|
|
|
|
|
* Add support for Thumb jmptbl based on TBH
|
|
|
|
|
* Fix glitch found in analyzing jmptbl in debug
|
|
|
|
|
@@ -4150,7 +4262,7 @@ Mon Feb 25 09:38:58 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Add the missing fail arc for SBRx instruction
|
|
|
|
|
* Fix wrong splitting of functions in aac
|
|
|
|
|
* Initial implementation of emu.ssa
|
|
|
|
|
* Fix infinite loop bug related to anal.nopskip
|
|
|
|
|
* Fix infinite loop bug related to anal.nopskip
|
|
|
|
|
* Use add-sorted instead of append+sort
|
|
|
|
|
* Heavy refactoring and sdbify the classes storage+logic
|
|
|
|
|
* Implement support for nword in ahi
|
|
|
|
|
@@ -4178,7 +4290,7 @@ Mon Feb 25 09:38:58 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
|
|
|
|
|
build
|
|
|
|
|
|
|
|
|
|
* Appveyor cleaning
|
|
|
|
|
* Appveyor cleaning
|
|
|
|
|
* Fix musl build (required for Alpine)
|
|
|
|
|
* Do not statically link binaries by default in sys/static.sh
|
|
|
|
|
* meson: Do not use glob with meson
|
|
|
|
|
@@ -4386,7 +4498,7 @@ Thu Jan 10 10:38:06 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Add the missing fail arc for SBRx instruction
|
|
|
|
|
* Fix wrong splitting of functions in aac
|
|
|
|
|
* Initial implementation of emu.ssa
|
|
|
|
|
* Fix infinite loop bug related to anal.nopskip
|
|
|
|
|
* Fix infinite loop bug related to anal.nopskip
|
|
|
|
|
* Use add-sorted instead of append+sort
|
|
|
|
|
* Heavy refactoring and sdbify the classes storage+logic
|
|
|
|
|
* Implement support for nword in ahi
|
|
|
|
|
@@ -4414,7 +4526,7 @@ Thu Jan 10 10:38:06 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
|
|
|
|
|
build
|
|
|
|
|
|
|
|
|
|
* Appveyor cleaning
|
|
|
|
|
* Appveyor cleaning
|
|
|
|
|
* Fix musl build (required for Alpine)
|
|
|
|
|
* Do not statically link binaries by default in sys/static.sh
|
|
|
|
|
* meson: Do not use glob with meson
|
|
|
|
|
@@ -4639,7 +4751,7 @@ Thu Jan 10 10:38:06 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
Tue Jan 8 14:39:34 UTC 2019 - atoptsoglou@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
anal
|
|
|
|
|
|
|
|
|
|
* Add asm.hint.cdiv
|
|
|
|
|
@@ -4649,7 +4761,7 @@ Tue Jan 8 14:39:34 UTC 2019 - atoptsoglou@suse.com
|
|
|
|
|
* Add the missing fail arc for SBRx instruction
|
|
|
|
|
* Fix wrong splitting of functions in aac
|
|
|
|
|
* Initial implementation of emu.ssa
|
|
|
|
|
* Fix infinite loop bug related to anal.nopskip
|
|
|
|
|
* Fix infinite loop bug related to anal.nopskip
|
|
|
|
|
* Use add-sorted instead of append+sort
|
|
|
|
|
* Heavy refactoring and sdbify the classes storage+logic
|
|
|
|
|
* Implement support for nword in ahi
|
|
|
|
|
@@ -4678,7 +4790,7 @@ Tue Jan 8 14:39:34 UTC 2019 - atoptsoglou@suse.com
|
|
|
|
|
|
|
|
|
|
build
|
|
|
|
|
|
|
|
|
|
* Appveyor cleaning
|
|
|
|
|
* Appveyor cleaning
|
|
|
|
|
* Fix musl build (required for Alpine)
|
|
|
|
|
* Do not statically link binaries by default in sys/static.sh
|
|
|
|
|
* meson: Do not use glob with meson
|
|
|
|
|
@@ -5118,27 +5230,27 @@ Fri Nov 30 14:31:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Fix asm.flags.inbytes not showing in graph
|
|
|
|
|
|
|
|
|
|
magic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add help in wtf!? and add bitcode magic signature
|
|
|
|
|
|
|
|
|
|
panels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* First step to support xrefs in visual panels
|
|
|
|
|
|
|
|
|
|
port
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* self plugin is now working in DragonFlyBSD
|
|
|
|
|
* Support DragonflyBSD build and backtrace
|
|
|
|
|
* Adding self proc support for FreeBSD
|
|
|
|
|
|
|
|
|
|
print
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Implement , and ; in pf to rewind and be able to support unions
|
|
|
|
|
* Fix #12116 - Implement bytesize for pvj
|
|
|
|
|
* Add pfj Z format
|
|
|
|
|
|
|
|
|
|
projects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Open radare2 project after loading plugins and keep the -e flags
|
|
|
|
|
|
|
|
|
|
refactor
|
|
|
|
|
@@ -5168,7 +5280,7 @@ Fri Nov 30 14:31:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Remove "referenced" from RBinObject and remove get_object
|
|
|
|
|
|
|
|
|
|
search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* /Cd is now using a proper bitmask to search the values
|
|
|
|
|
* Fix regression in /rc and avoid repeated errors
|
|
|
|
|
* Fix #11977 - Handle arg in on /r subcommands
|
|
|
|
|
@@ -5182,7 +5294,7 @@ Fri Nov 30 14:31:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Fix #12166 - Implement tt* to list all types at once
|
|
|
|
|
|
|
|
|
|
visual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add support for shift-arrows in st and rxvt-unicode
|
|
|
|
|
* Fix #12307 - Escape ansi chars in cbin
|
|
|
|
|
* Improve the Visual xrefs with from/to disasm and handle JK
|
|
|
|
|
@@ -5213,7 +5325,7 @@ Fri Nov 30 14:31:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Initial ESIL support for WASM
|
|
|
|
|
|
|
|
|
|
windows
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix gmtime_r for msvc
|
|
|
|
|
* Fix visual panels crash on Windows
|
|
|
|
|
* Fix unicode path issues in Windows
|
|
|
|
|
@@ -5221,24 +5333,24 @@ Fri Nov 30 14:31:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
- Update to version 3.0.1
|
|
|
|
|
|
|
|
|
|
anal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix cyclomatic complexity computation when jump tables are involved
|
|
|
|
|
* Fix #11838 - Use op.val in aar and honor asm.var.submin
|
|
|
|
|
|
|
|
|
|
bin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Revert "Fix #11869 by using r_bin_elf_p2v_new (#11876)
|
|
|
|
|
* Fix #11869 by using r_bin_elf_p2v_new (#11876)
|
|
|
|
|
* Support the new Apple Watch arm64_32 mach0 cputype
|
|
|
|
|
* Complete mach0.lc.toString for better rabin2 -H
|
|
|
|
|
* Revert "Fix #11869 by using r_bin_elf_p2v_new (#11876) bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bugs
|
|
|
|
|
|
|
|
|
|
* core/cbin: vaddr/paddr were switched in iz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix static blob build for android and disable libuv
|
|
|
|
|
* Fix the build of the static merged shared library
|
|
|
|
|
* Rewrite libr.a make target without partial-ld
|
|
|
|
|
@@ -5248,24 +5360,24 @@ Fri Nov 30 14:31:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Don't strip binaries in static.sh (#11832)
|
|
|
|
|
|
|
|
|
|
port
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix build for ptrace-wrap with musl
|
|
|
|
|
* Fix #11834 - Check fbsd/nbsd versions for clock_nanosleep refactor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* API cleanup and support RCorebind in RSocket.R2Pipe
|
|
|
|
|
* Fix gcc8 warnings and rename core/asm.c to casm.c
|
|
|
|
|
* Fix #11553 - Remove the R_NOTNULL bad practice
|
|
|
|
|
|
|
|
|
|
rules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add sys/release-notes.sh and define commit message conventions
|
|
|
|
|
|
|
|
|
|
tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Allow multiple packages as arguments for r2pm -i,-c,-ci
|
|
|
|
|
|
|
|
|
|
visual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix visual panels glitch and handle 's' in zoom mode
|
|
|
|
|
* Fix #11851 - Cursor and echo glitches in Visual
|
|
|
|
|
* Fix displaying ESIL function comments in the graph
|
|
|
|
|
@@ -5320,7 +5432,7 @@ Tue Oct 16 10:43:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* Reimplement TCP Server with libuv and add configure/meson flags (#11403)
|
|
|
|
|
|
|
|
|
|
Binaries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Improvements for ELF section resizing
|
|
|
|
|
* Fix entrypoint resolution when program headers is missing
|
|
|
|
|
* Improve program headers handling in ELF
|
|
|
|
|
@@ -5331,7 +5443,7 @@ Tue Oct 16 10:43:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
* rabin2 -OC, WIP requires proper refactoring and redesign
|
|
|
|
|
|
|
|
|
|
IO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Make r_io_plugin_{read,write}_at not seek character devices.
|
|
|
|
|
* Add r_io_{desc,fd}_is_chardevice.
|
|
|
|
|
* Add r_io_desc_open_plugin.
|
|
|
|
|
@@ -5407,13 +5519,13 @@ Tue Oct 16 10:43:58 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
implementation making it use less memory and perform better
|
|
|
|
|
|
|
|
|
|
Heap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* dmh with glibc now works without symbols
|
|
|
|
|
* linux_heap_glibc: fix dmhf and allows dmhf @thread_arena (#11441)
|
|
|
|
|
* linux_heap_glibc : dmha and dmht, check threaded arenas free status (#11390)
|
|
|
|
|
|
|
|
|
|
Bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* syscall: do not reload sdb database if nothing changes (#11801)
|
|
|
|
|
* Fix more crashes related to the RStrBuficization of RAsmOp
|
|
|
|
|
* Added main detection for linux64 endbr64 (#11731)
|
|
|
|
|
@@ -5523,7 +5635,7 @@ Tue Jul 10 10:21:46 UTC 2018 - daniel.molkentin@suse.com
|
|
|
|
|
* Handle JK in vv, add _hud
|
|
|
|
|
* Visual function browser - enter seeks to the function
|
|
|
|
|
* In visual panels make JK scroll more instead of change frame selection
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
Graphs
|
|
|
|
|
|
|
|
|
|
* Add colorized shortcuts to (mini)graph
|
|
|
|
|
@@ -5643,7 +5755,7 @@ Tue Jul 10 10:21:46 UTC 2018 - daniel.molkentin@suse.com
|
|
|
|
|
* Support for every output format for callgraph (agc and agC)
|
|
|
|
|
* Support every output format for the bb graph
|
|
|
|
|
* switch/case edges are now also added to graph view via afbe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Types
|
|
|
|
|
|
|
|
|
|
* Refactored and optimized afta command
|
|
|
|
|
@@ -5652,7 +5764,7 @@ Tue Jul 10 10:21:46 UTC 2018 - daniel.molkentin@suse.com
|
|
|
|
|
* Array of struct now works with ts
|
|
|
|
|
* Implement tss to show struct size
|
|
|
|
|
* Implement ts* command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Build
|
|
|
|
|
|
|
|
|
|
* Bring back libr.* targets in libr even without BUILD_MERGED
|
|
|
|
|
@@ -5769,7 +5881,7 @@ Tue Jul 10 10:21:46 UTC 2018 - daniel.molkentin@suse.com
|
|
|
|
|
* Make av, avr and avra breakable by the user
|
|
|
|
|
* In visual disassembly, add a shortcut ( ;[n]) on jump hints
|
|
|
|
|
* Add ?a command in to show ASCII table
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 12 10:22:28 UTC 2018 - daniel.molkentin@suse.com
|
|
|
|
|
|
|
|
|
|
@@ -5872,7 +5984,7 @@ Mon Jan 8 05:30:33 UTC 2018 - daniel.molkentin@suse.com
|
|
|
|
|
Thu Aug 17 08:52:45 UTC 2017 - daniel.molkentin@suse.com
|
|
|
|
|
|
|
|
|
|
- update to version 1.6.0
|
|
|
|
|
* drop radare2-cmd-fix-lock.patch
|
|
|
|
|
* drop radare2-cmd-fix-lock.patch
|
|
|
|
|
* drop CVE-2017-10929.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
@@ -5886,12 +5998,12 @@ Thu Jul 6 09:46:56 UTC 2017 - daniel.molkentin@suse.com
|
|
|
|
|
Sat Jul 1 00:49:50 UTC 2017 - daniel.molkentin@suse.com
|
|
|
|
|
|
|
|
|
|
- add patch (already upstream)
|
|
|
|
|
* radare2-cmd-fix-lock.patch
|
|
|
|
|
* radare2-cmd-fix-lock.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 30 13:11:58 UTC 2017 - daniel.molkentin@suse.com
|
|
|
|
|
|
|
|
|
|
- add dependencies to the devel package
|
|
|
|
|
- add dependencies to the devel package
|
|
|
|
|
- ran spec cleaner
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
@@ -5903,7 +6015,7 @@ Fri Jun 30 11:03:33 UTC 2017 - mpluskal@suse.com
|
|
|
|
|
- Small cleanup with spec-clenaer
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 30 08:30:56 UTC 2017 - daniel.molkentin@suse.com
|
|
|
|
|
Fri Jun 30 08:30:56 UTC 2017 - daniel.molkentin@suse.com
|
|
|
|
|
|
|
|
|
|
- update to version 1.5.0
|
|
|
|
|
- rebased patch
|
|
|
|
|
@@ -5953,7 +6065,7 @@ Wed Jun 29 23:17:35 UTC 2016 - boris@steki.net
|
|
|
|
|
* Parse LDID sha signatures with rabin2.
|
|
|
|
|
- fixed patch to apply cleanly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Mar 20 19:03:10 UTC 2016 - boris@steki.net
|
|
|
|
|
@@ -5992,7 +6104,7 @@ Sun Mar 20 19:03:10 UTC 2016 - boris@steki.net
|
|
|
|
|
i4004, i8080, java, Malbolge, SH-4, M68K, ARC and LH5801 (that
|
|
|
|
|
you can access with ?d or e asm.describe=true)
|
|
|
|
|
* axg to get a graph of the function xrefs to reach a specific point.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 30 21:59:07 UTC 2014 - mardnh@gmx.de
|
|
|
|
|
@@ -6031,4 +6143,3 @@ Fri Mar 2 15:36:24 UTC 2012 - vcizek@suse.com
|
|
|
|
|
Sun Nov 7 23:53:56 UTC 2010 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
|
|
- created package (v2.0.6)
|
|
|
|
|
|
|
|
|
|
|