| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: radare2 | Distribution: openSUSE Tumbleweed |
| Version: 6.1.4 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Apr 15 00:46:31 2026 |
| Group: Development/Tools/Debuggers | Build host: reproducible |
| Size: 28640803 | Source RPM: radare2-6.1.4-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.radare.org | |
| Summary: Reverse Engineering Framework | |
Opensource tools to disassemble, debug, analyze and manipulate binary files.
GPL-3.0-only AND LGPL-3.0-only
* Tue Apr 14 2026 Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 6.1.4 (bsc#1262142, CVE-2026-40499):
* Analysis: improve autoname scoring, jmptbl detection, and performance
* Add callargs modifier, rnum expressions, and typed function context
* Refactor autoname into plugin; extend RAnalPlugin hooks
* Fix leaks, overflows, and command injection in analysis scripts
* Improve string detection, wide strings, and switch/case analysis
* Arch: fix v850/nds32 ESIL, optimize to O(1), improve pseudo support
* Cache capstone options and improve multi-arch disassembly
* ASM: add camel syntax support, unify via RArch API
* Bin: major parser fixes (ELF, Mach-O, PE, DEX, PDB, WAD, XCOFF)
* Fix leaks, OOB reads/writes, overflows, and improve bounds checks
* Improve Swift demangling, ARM hints, relocations, and imports
* Add nds32 reloc support and optimize kernelcache parsing
* Build: install to lib64, fix illumos and packaging issues
* CI: add GitHub Actions and FilC builds
* Console: fix multiple overflows, OOB issues, and improve performance
* Core: API renames, plugin load order, sandbox/config fixes
* Crash: extensive fixes (UAF, OOB, overflows, injections, fuzz bugs)
* Harden ELF, PDB, kernelcache, regex, disassemblers, and webserver
* Debug: improve ptrace, winkd support, breakpoints, checkpoints
* Disasm: cache flag lookups for performance
* FS/IO: fix leaks, bounds, sparse IO, and device handling
* HTTP/socket: webserver fixes and SSL fallback handling
* Print/projects: improve formatting, endian handling, project metadata
* Pseudo: add while/switch support and cleaner control flow
* Search/shell: improve commands, parsing, and usability
* Security: fix widespread command injection and sandbox escapes
* Tests/tools: improve r2r, CLI tools, fuzzing, and plugin support
* Types/util: parsing improvements, JSON/base64 updates, optimizations
* Visual: fix UAF/leaks, improve panels and UX
* Full changelog is available at:
https://github.com/radareorg/radare2/releases/tag/6.1.4
* Tue Apr 14 2026 Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 6.1.2:
* Analysis: preserve timeouts, improve bb/jmptbl validation and limits
* Optimize string detection and hot-path functions
* Add APIs for function signatures, vars limits, and instruction hints
* Fix overlapped functions, invalid code checks, and large bb handling
* API: remove deprecated librmagic/filetype APIs and name filter
* Arch: fix Thumb/endianness issues, add Python pseudo plugin
* ASM: unify settings via RArch, fix directives, add bf pseudo plugin
* Bin: improve ELF/Mach-O stripped detection and parsing safety
* Harden Mach-O bounds, optimize kernelcache and XNU parsing
* Fix many leaks (DEX, demangler, parsers) and infinite loops
* Improve DWARF handling and symbol/type extraction
* Build: improve meson, toolchains, and add ISO/docker support
* Console: preserve timeout, fix themes and UTF-8 handling
* Core: fix config bugs, improve startup and addressing support
* Crash: fix UAF, OOB, race conditions, regex bugs, and overflows
* Add safety checks across dotnet, Mach-O, DWARF, and webserver
* Debug/ESIL: safer execution and divide-by-zero handling
* FS/IO: fix HFS+, dyldcache speedups, safer zip handling
* Graph: add bb size limit option
* Print: merge commands, improve UTF-8 and formatting
* Projects/tools: new configs, plugin support, CLI improvements
* Search: faster analysis search and block buffering
* Shell: improve grep/macros and file operations
* Types: lazy-load, cache, and improve parsing (varargs, structs)
* Tests: expand fuzzing and test suites
* General cleanup, performance tuning, and safety improvements
* Full changelog is available at:
https://github.com/radareorg/radare2/releases/tag/6.1.4
* Tue Apr 14 2026 Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 6.1.0:
* Reimplement RBufRef using RRef; fix RLibDelHandler API
* Remove stale JAY code; improve analysis performance and CI speed
* Optimize type propagation, jump tables, and plugin integration
* Fix infinite loops, antidisasm tricks, and function autonaming
* Add new analysis options and trace import plugin (DRCOV)
* Improve RCore seek operations and naming APIs
* API: add RNum.getErr, enforce safe alloc macros, new helpers
* Arch: update ARC disasm, refactor sessions, remove unsafe string ops
* ASM: improve x86 validation, add CIL and ARC pseudo plugins
* Bin: major fixes for PE, ELF, Java, MDMP, LE, DEX; reduce memory use
* Add/import DWARF types, improve relocations and symbol handling
* Extensive memory leak fixes and parser hardening across formats
* Improve string handling, caching, and zero-copy optimizations
* Build: improve meson, remove zip deps, add 3rd-party plugin support
* Console: fix UTF-8 graphs and color propagation
* Core: improve plugin handling and background task stability
* Crash: fix multiple UAF, OOB, overflows, and injection issues
* Sanitize inputs (function names, demangler, callconv)
* Debug: add source breakpoints, ARM64/XNU support, FPU regs
* Disasm: improve string handling, comments, and color logic
* ESIL: extend x86 FPU emulation
* FS/IO: fixes and plugin reorganizations
* HTTP: fix sandbox webserver issues
* Hash/tools: minor fixes and output improvements
* General cleanup, safety checks, and performance optimizations
* Full changelog is available at:
https://github.com/radareorg/radare2/releases/tag/6.1.0
* Tue Apr 14 2026 Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 6.0.8:
* Migrate r_vector to RVec across core components
* Refactor and optimize type propagation (now plugin-based)
* Remove redundant anal.a2f and related duplication
* Improve caching, memoization, and performance in analysis
* Fix file corruption, null asserts, and command issues
* Enhance x86 (AT&T syntax, enter instruction) and z80 support
* Add initial .NET (CIL) disasm/asm support
* Improve Java, ELF, Mach-O, APK, and PDB handling
* Fix demangling, symbols, and relocation issues
* Resolve multiple memory leaks and parser bugs
* Fix UAF, OOB, overflows, and command injection vulnerabilities
* Improve GDB debugging and breakpoint handling
* Enhance disassembly visuals and color options
* Update ESIL operators and behavior
* Add support for APFS, GPT, BSD, APM partitions
* Improve IO handling and add new plugins
* Optimize performance (strbuf, memory usage)
* Improve console UI, themes, and terminal handling
* Refine SDK builds and CI pipelines
* Improve CLI tools (rabin2, rasm2, rafs2)
* Add JSON support and better help/version info
* Expand type parsing (typedef, enum, union)
* Improve socket/HTTP handling and downloads
* Add and refine tests and reporting
* General cleanup, safety checks, and code modernization
* Full changelog is available at:
https://github.com/radareorg/radare2/releases/tag/6.0.8
- Expand %{bindir}/*
* Sat Dec 06 2025 Eyad Issa <eyadlorenzo@gmail.com>
- Add %check section and test bins
* Sat Dec 06 2025 Eyad Issa <eyadlorenzo@gmail.com>
- Rename sdb.1 man page to r2sdb.1 to avoid conflict with snobol4
* Thu Dec 04 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 04 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 04 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 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 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 04 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 2025 Dirk Müller <dmueller@suse.com>
- add CVE-2025-1378.patch (bsc#1237250, CVE-2025-1378)
* Tue Dec 03 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 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 5.8.8:
For details, check full release notes"
https://github.com/radareorg/radare2/releases/tag/5.8.8
* Wed May 17 2023 Alexander Bergmann <abergmann@suse.com>
- Update to 5.8.6
For details, check full release notes:
https://github.com/radareorg/radare2/releases/tag/5.8.6
- This fixes CVE-2023-1605 (boo#1209686).
/usr/bin/r2 /usr/bin/r2agent /usr/bin/r2pm /usr/bin/r2r /usr/bin/r2sdb /usr/bin/rabin2 /usr/bin/radare2 /usr/bin/radiff2 /usr/bin/rafind2 /usr/bin/rafs2 /usr/bin/ragg2 /usr/bin/rahash2 /usr/bin/rapatch2 /usr/bin/rarun2 /usr/bin/rasign2 /usr/bin/rasm2 /usr/bin/ravc2 /usr/bin/rax2 /usr/lib64/libr_anal.so.6.1.4 /usr/lib64/libr_arch.so.6.1.4 /usr/lib64/libr_asm.so.6.1.4 /usr/lib64/libr_bin.so.6.1.4 /usr/lib64/libr_bp.so.6.1.4 /usr/lib64/libr_config.so.6.1.4 /usr/lib64/libr_cons.so.6.1.4 /usr/lib64/libr_core.so.6.1.4 /usr/lib64/libr_debug.so.6.1.4 /usr/lib64/libr_egg.so.6.1.4 /usr/lib64/libr_esil.so.6.1.4 /usr/lib64/libr_flag.so.6.1.4 /usr/lib64/libr_fs.so.6.1.4 /usr/lib64/libr_io.so.6.1.4 /usr/lib64/libr_lang.so.6.1.4 /usr/lib64/libr_magic.so.6.1.4 /usr/lib64/libr_main.so.6.1.4 /usr/lib64/libr_muta.so.6.1.4 /usr/lib64/libr_reg.so.6.1.4 /usr/lib64/libr_search.so.6.1.4 /usr/lib64/libr_socket.so.6.1.4 /usr/lib64/libr_syscall.so.6.1.4 /usr/lib64/libr_util.so.6.1.4 /usr/share/doc/packages/radare2 /usr/share/doc/packages/radare2/COMMUNITY.md /usr/share/doc/packages/radare2/CONTRIBUTING.md /usr/share/doc/packages/radare2/DEVELOPERS.md /usr/share/doc/packages/radare2/README.md /usr/share/licenses/radare2 /usr/share/licenses/radare2/COPYING.md /usr/share/man/man1/r2agent.1.gz /usr/share/man/man1/r2pm.1.gz /usr/share/man/man1/r2sdb.1.gz /usr/share/man/man1/rabin2.1.gz /usr/share/man/man1/radare2.1.gz /usr/share/man/man1/radiff2.1.gz /usr/share/man/man1/rafind2.1.gz /usr/share/man/man1/ragg2.1.gz /usr/share/man/man1/rahash2.1.gz /usr/share/man/man1/rarun2.1.gz /usr/share/man/man1/rasign2.1.gz /usr/share/man/man1/rasm2.1.gz /usr/share/man/man1/ravc2.1.gz /usr/share/man/man1/rax2.1.gz /usr/share/man/man3/r_anal.3.gz /usr/share/man/man3/r_arch.3.gz /usr/share/man/man3/r_asm.3.gz /usr/share/man/man3/r_bin.3.gz /usr/share/man/man3/r_bp.3.gz /usr/share/man/man3/r_config.3.gz /usr/share/man/man3/r_cons.3.gz /usr/share/man/man3/r_core.3.gz /usr/share/man/man3/r_debug.3.gz /usr/share/man/man3/r_egg.3.gz /usr/share/man/man3/r_esil.3.gz /usr/share/man/man3/r_flag.3.gz /usr/share/man/man3/r_fs.3.gz /usr/share/man/man3/r_hash.3.gz /usr/share/man/man3/r_io.3.gz /usr/share/man/man3/r_lang.3.gz /usr/share/man/man3/r_magic.3.gz /usr/share/man/man3/r_muta.3.gz /usr/share/man/man3/r_reg.3.gz /usr/share/man/man3/r_search.3.gz /usr/share/man/man3/r_socket.3.gz /usr/share/man/man3/r_syscall.3.gz /usr/share/man/man3/r_util.3.gz /usr/share/man/man7/esil.7.gz /usr/share/radare2 /usr/share/radare2/6.1.4 /usr/share/radare2/6.1.4/cons /usr/share/radare2/6.1.4/cons/ayu /usr/share/radare2/6.1.4/cons/basic /usr/share/radare2/6.1.4/cons/behelit /usr/share/radare2/6.1.4/cons/blood /usr/share/radare2/6.1.4/cons/bluy /usr/share/radare2/6.1.4/cons/bobcrawl /usr/share/radare2/6.1.4/cons/bold /usr/share/radare2/6.1.4/cons/bright /usr/share/radare2/6.1.4/cons/catppuccin /usr/share/radare2/6.1.4/cons/cga /usr/share/radare2/6.1.4/cons/chrome /usr/share/radare2/6.1.4/cons/consonance /usr/share/radare2/6.1.4/cons/dark /usr/share/radare2/6.1.4/cons/darkda /usr/share/radare2/6.1.4/cons/focus /usr/share/radare2/6.1.4/cons/gb /usr/share/radare2/6.1.4/cons/gentoo /usr/share/radare2/6.1.4/cons/greepy /usr/share/radare2/6.1.4/cons/gruvbox /usr/share/radare2/6.1.4/cons/iaito /usr/share/radare2/6.1.4/cons/lima /usr/share/radare2/6.1.4/cons/matrix /usr/share/radare2/6.1.4/cons/monokai /usr/share/radare2/6.1.4/cons/ogray /usr/share/radare2/6.1.4/cons/onedark /usr/share/radare2/6.1.4/cons/pink /usr/share/radare2/6.1.4/cons/rasta /usr/share/radare2/6.1.4/cons/sepia /usr/share/radare2/6.1.4/cons/smyck /usr/share/radare2/6.1.4/cons/solarized /usr/share/radare2/6.1.4/cons/tango /usr/share/radare2/6.1.4/cons/twilight /usr/share/radare2/6.1.4/cons/unsea /usr/share/radare2/6.1.4/cons/white /usr/share/radare2/6.1.4/cons/white2 /usr/share/radare2/6.1.4/cons/zenburn /usr/share/radare2/6.1.4/flag /usr/share/radare2/6.1.4/flag/tags.r2 /usr/share/radare2/6.1.4/hud /usr/share/radare2/6.1.4/hud/main /usr/share/radare2/6.1.4/magic /usr/share/radare2/6.1.4/magic/apple /usr/share/radare2/6.1.4/magic/archive /usr/share/radare2/6.1.4/magic/cafebabe /usr/share/radare2/6.1.4/magic/code /usr/share/radare2/6.1.4/magic/compressed /usr/share/radare2/6.1.4/magic/crc /usr/share/radare2/6.1.4/magic/database /usr/share/radare2/6.1.4/magic/dis /usr/share/radare2/6.1.4/magic/elf /usr/share/radare2/6.1.4/magic/encoding /usr/share/radare2/6.1.4/magic/filesystems /usr/share/radare2/6.1.4/magic/firmware /usr/share/radare2/6.1.4/magic/flash /usr/share/radare2/6.1.4/magic/flutter /usr/share/radare2/6.1.4/magic/freebsd /usr/share/radare2/6.1.4/magic/gimp /usr/share/radare2/6.1.4/magic/gpg /usr/share/radare2/6.1.4/magic/hermes /usr/share/radare2/6.1.4/magic/html /usr/share/radare2/6.1.4/magic/images /usr/share/radare2/6.1.4/magic/java /usr/share/radare2/6.1.4/magic/jpeg /usr/share/radare2/6.1.4/magic/linux /usr/share/radare2/6.1.4/magic/mach /usr/share/radare2/6.1.4/magic/microsoft /usr/share/radare2/6.1.4/magic/mime /usr/share/radare2/6.1.4/magic/netbsd /usr/share/radare2/6.1.4/magic/network /usr/share/radare2/6.1.4/magic/openbsd /usr/share/radare2/6.1.4/magic/pdf /usr/share/radare2/6.1.4/magic/perl /usr/share/radare2/6.1.4/magic/python /usr/share/radare2/6.1.4/magic/riff /usr/share/radare2/6.1.4/magic/sniffer /usr/share/radare2/6.1.4/magic/sql /usr/share/radare2/6.1.4/magic/ssh /usr/share/radare2/6.1.4/magic/uuencode /usr/share/radare2/6.1.4/magic/video /usr/share/radare2/6.1.4/magic/vim /usr/share/radare2/6.1.4/magic/vorbis /usr/share/radare2/6.1.4/magic/zfs /usr/share/radare2/6.1.4/panels /usr/share/radare2/6.1.4/panels/layout-x86.json /usr/share/radare2/6.1.4/panels/layout-x86_x64.json /usr/share/radare2/6.1.4/platform /usr/share/radare2/6.1.4/platform/nes-fini.r2 /usr/share/radare2/6.1.4/platform/nes-init.r2 /usr/share/radare2/6.1.4/scripts /usr/share/radare2/6.1.4/scripts/il2cpp.r2.js /usr/share/radare2/6.1.4/scripts/ipsw-kernel-symbolicate.r2.js /usr/share/radare2/6.1.4/scripts/licenses.r2.js /usr/share/radare2/6.1.4/scripts/parseplug.r2.js /usr/share/radare2/6.1.4/scripts/r2sptrace.py /usr/share/radare2/6.1.4/scripts/symbols.r2.js /usr/share/radare2/6.1.4/scripts/tags.r2.js /usr/share/radare2/6.1.4/scripts/unzip.r2.js /usr/share/radare2/6.1.4/scripts/vsmap.r2.js /usr/share/radare2/6.1.4/www /usr/share/radare2/6.1.4/www/bolt /usr/share/radare2/6.1.4/www/bolt/Makefile /usr/share/radare2/6.1.4/www/bolt/index.html /usr/share/radare2/6.1.4/www/bolt/r2.js /usr/share/radare2/6.1.4/www/bolt/r2bolt.sh /usr/share/radare2/6.1.4/www/console.html /usr/share/radare2/6.1.4/www/d3 /usr/share/radare2/6.1.4/www/d3/d3.js /usr/share/radare2/6.1.4/www/d3/d3.layout.js /usr/share/radare2/6.1.4/www/d3/index.html /usr/share/radare2/6.1.4/www/d3/packages.js /usr/share/radare2/6.1.4/www/d3/style.css /usr/share/radare2/6.1.4/www/f /usr/share/radare2/6.1.4/www/f/index.html /usr/share/radare2/6.1.4/www/f/r2.js /usr/share/radare2/6.1.4/www/favicon.ico /usr/share/radare2/6.1.4/www/icon.png /usr/share/radare2/6.1.4/www/index.html /usr/share/radare2/6.1.4/www/index.old.html /usr/share/radare2/6.1.4/www/log.html /usr/share/radare2/6.1.4/www/m /usr/share/radare2/6.1.4/www/m/css /usr/share/radare2/6.1.4/www/m/css/autocomplete.css /usr/share/radare2/6.1.4/www/m/css/console.css /usr/share/radare2/6.1.4/www/m/css/contextmenu.css /usr/share/radare2/6.1.4/www/m/css/disasm.css /usr/share/radare2/6.1.4/www/m/css/flexcontainer.css /usr/share/radare2/6.1.4/www/m/css/hexdump.css /usr/share/radare2/6.1.4/www/m/css/material-design-icons.css /usr/share/radare2/6.1.4/www/m/css/networkerr.css /usr/share/radare2/6.1.4/www/m/css/overview.css /usr/share/radare2/6.1.4/www/m/css/styles.css /usr/share/radare2/6.1.4/www/m/css/tables.css /usr/share/radare2/6.1.4/www/m/css/terminal.css /usr/share/radare2/6.1.4/www/m/css/widget.css /usr/share/radare2/6.1.4/www/m/disasmNavProvider.js /usr/share/radare2/6.1.4/www/m/disasmProvider.js /usr/share/radare2/6.1.4/www/m/hexchunkProvider.js /usr/share/radare2/6.1.4/www/m/images /usr/share/radare2/6.1.4/www/m/images/icon.png /usr/share/radare2/6.1.4/www/m/images/rlogo256.png /usr/share/radare2/6.1.4/www/m/images/user.jpg /usr/share/radare2/6.1.4/www/m/index.html /usr/share/radare2/6.1.4/www/m/legacy.js /usr/share/radare2/6.1.4/www/m/main.min.js /usr/share/radare2/6.1.4/www/m/main.min.js.LICENSE.txt /usr/share/radare2/6.1.4/www/m/r2.js /usr/share/radare2/6.1.4/www/m/stylesheet.css /usr/share/radare2/6.1.4/www/m/tools.legacy.js /usr/share/radare2/6.1.4/www/m/vendors /usr/share/radare2/6.1.4/www/m/vendors/FileSaver.min.js /usr/share/radare2/6.1.4/www/m/vendors/dialog-polyfill.css /usr/share/radare2/6.1.4/www/m/vendors/dialog-polyfill.js /usr/share/radare2/6.1.4/www/m/vendors/fonts /usr/share/radare2/6.1.4/www/m/vendors/fonts/MaterialIcons-Regular.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/Roboto-italic-400.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/Roboto-italic-700.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/Roboto-normal-100.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/Roboto-normal-300.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/Roboto-normal-400.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/Roboto-normal-500.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/Roboto-normal-700.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/Roboto-normal-900.woff /usr/share/radare2/6.1.4/www/m/vendors/fonts/fonts.css /usr/share/radare2/6.1.4/www/m/vendors/images /usr/share/radare2/6.1.4/www/m/vendors/images/favicon.ico /usr/share/radare2/6.1.4/www/m/vendors/images/sort_asc.png /usr/share/radare2/6.1.4/www/m/vendors/images/sort_asc_disabled.png /usr/share/radare2/6.1.4/www/m/vendors/images/sort_both.png /usr/share/radare2/6.1.4/www/m/vendors/images/sort_desc.png /usr/share/radare2/6.1.4/www/m/vendors/images/sort_desc_disabled.png /usr/share/radare2/6.1.4/www/m/vendors/jquery.dataTables.min.css /usr/share/radare2/6.1.4/www/m/vendors/jquery.dataTables.min.js /usr/share/radare2/6.1.4/www/m/vendors/jquery.min.js /usr/share/radare2/6.1.4/www/m/vendors/material-design-icons.css /usr/share/radare2/6.1.4/www/m/vendors/material.min.css /usr/share/radare2/6.1.4/www/m/vendors/material.min.js /usr/share/radare2/6.1.4/www/m/vendors/mdl-selectfield.min.css /usr/share/radare2/6.1.4/www/m/vendors/mdl-selectfield.min.js /usr/share/radare2/6.1.4/www/old /usr/share/radare2/6.1.4/www/old/index.html /usr/share/radare2/6.1.4/www/old/rlogo2.png /usr/share/radare2/6.1.4/www/old/script.js /usr/share/radare2/6.1.4/www/old/style.css /usr/share/radare2/6.1.4/www/r2.svg /usr/share/radare2/6.1.4/www/rlogo.png /usr/share/radare2/6.1.4/www/t /usr/share/radare2/6.1.4/www/t/app.js /usr/share/radare2/6.1.4/www/t/index.html /usr/share/radare2/6.1.4/www/t/rlogo.png /usr/share/radare2/6.1.4/www/t/stylesheet.css /usr/share/radare2/6.1.4/www/upload.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 01:54:38 2026