SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for radare2-devel-3.3.0-lp150.1.2.x86_64.rpm :

* Tue Feb 19 2019 gwasserAATTgmail.com- upgrade to version 3.3.0
* Sat Feb 02 2019 gwasserAATTgmail.com- upgrade to version 3.2.1
* Fri Dec 07 2018 gwasserAATTgmail.com- upgrade to version 3.1.3
* Thu Oct 25 2018 gwasserAATTgmail.com- upgrade to version 3.0.1
* Sat Sep 08 2018 gwasserAATTgmail.com- upgrade to version 2.9.0
* Tue Aug 21 2018 gwasserAATTgmail.com- upgrade to version 2.8.0
* Build system - This release improved meson buildsystem support for different platforms. A lot of work was done to ease the life of package maintainers allowing to decouple some of radare2 dependencies. - Switch to capstone master branch
* Analysis - ESIL improvements in different architectures - Added esil.breakoninvalid to break on invalid instruction - Types propagation - Parsing [s]printf-like format strings for argument types
* File format - Initial revival of .NET PE binaries support (\"xtr.pemixed\" plugin)
* Debugger - Add support for GDB watchpoints - Add gdb support for Renesas/NEC V850 architecture - Various GDB and WinDbg remote clients fixes
* Commands\' changes - Improved history handling and autocompletion - Remove address argument from most of `ag
*`` commands - Added aecc (continue until call) - Added zfs
*
*.sig to load all signature files - Implement ?vx command - Implement ls -q and lsq commands to list files in quiet mode (one file per line) - Cd. to show size of data at current address - Add a verbose option for afta to increase visibility on missing database input - Autocomplete L - Added command Ct to add type analysis comments - Add &b command
* Visual mode - Refactored canvas and panels code, Unicode support everywhere - Improved panels and graphs drawing performance - Autocompletion widget - Improved colored highlight of the types, variables - Implemented [1][2] jumps for panel mode - New r2 colorscheme (onedark) - Compacting the disassembly output - xrefs, variables - Add \'#\' key to toggle graph hints - Dotted conditional jump lines (e graph.dotted)
* Thu Jul 19 2018 gwasserAATTgmail.com- upgrade to version 2.7.0
* File formats - Fix ELF issue with null SHT entries
* Architectures - Fixed ARM instruction filtering - Major fixes in SH analysis and ESIL uplifting - Fixes in PPC analysis and ESIL uplifting - Add support for PIC Midrange & Enhanced Midrange
* Analysis - Improved arguments detection - Improved register-based arguments and variables analysis - Initial support of C union types - Add op.ireg/scale to ARM and apply that in type link - Use RAnalop.dst/src across different architectures for immediates\' value analysis - Initial support for type inference across function calls - Add double pointer dereference analysis - Initial work on type inference based on instruction access pattern
* Visual mode - Support for Unicode strings - Support for graphs in panels mode - \'-\' and \'|\' keys for a horizontal and vertical split in panels mode - Improvements and fixes of graphs reflow and rendering - Fold cases of switch cases to the same address - V!d <-> V!D : for consistency with visual mode (Vd) - Add backspace as an alias for q in Vb - It\'s now possible to display the real names of flag, instead of an r2-mangled one - Improve vv visual function browser - Improve vv: vvR, vvd and colorize title - Add the ability to select a column with tab to scroll with jk in disasm - 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 - Improve jum-tables edge positioning - Merge edges with the same origin/destination
* Configuration changes - Removed anal.split and anal.bb.split - Removed unused cmd.graph - Added anal.endsize - Added asm.imm.str to autodetect strings as immediates - Added asm.xrefs.fold to fold big amount of references - Added asm.flags.real to show real (unescaped) flag names - Substitute asm.lines with asm.lines.bb - bin.maxuniblocks - max number of Unicode blocks that a UTF string can consist of - Bring back io.pava (EXPERIMENTAL)
* Debug - Various fixes and improvements in remote WinDbg support - Implement dpt for windbg plugin - Fix F1-F9 debugging keys - Implement named breakpoints with support for expressions
* New and changed commands - !!!: for registering autocompletion logic - Improve aod: aod
* is now aoda, aod. is aod - Support for using variable name in tp - Implement $r{} to access register values by name - Added -ee to rabin2 -g - Make dm. output like dm and add dmq. - Implement ?d
* to list all opcode descriptions - Implement {flag} to get flag size - Add ahr command to set hint for function return values - Implement tpx command to accept sequence of bytes - Honor AATTx in pf - Renamed command agt to abt - Support 0xff.. syntax for RNum - Implement rax2, rahash2, r2pm, … as r2 commands - Implement omo and oq. commands - Implement omq. - Implement ompd to depriorize a map - Implement dbi addr and dbi. - Added agA global graph and agR global graph - iSSj: json output for iSS - Add afls to sort function list - afls->afl+, sort afls help - Add &t command - Added json version of dp
* - Added json list to debug plugin list dL - Extend output of ao to show ireg, scale, ... - Show cycles, failcycles and delay in ao, as it was in aoj - Renamed ?d into aod - Moved r2 segment cmds from iS
* to iSS
* - Use segment. prefix for segment flags in set mode - Moved segments from rabin2 -S to rabin2 -SS - Implement rafind2 recursive search ability - Make equiv flags for rabin2 -g more future-proof - Added wordhl and linehl color theme options to set highlight color
* Sat Jul 07 2018 gwasserAATTgmail.com- update to version 2.6.9
* Tue May 22 2018 gwasserAATTgmail.com- update to version 2.6.0
* Sat Apr 14 2018 gwasserAATTgmail.com- update to version 2.5.0
* Tue Mar 13 2018 gwasserAATTgmail.com- update to version 2.4.0
* Build - Find _main in MSVC-compiled MZ binaries - Meson: Added sdb building/installation rules - Install Headers and .pc Files with Meson - Use meson pkgconfig for .pc files - Initial sys/purge.sh distro to remove r2 distro packages - Fix MSVC dynamic linking - Upgrade to latest acr to honor AWK env var - Added v810 and tms320 to meson - Added x86_udis to meson
* Debugger/IO - Use io.pcache instead of io.cache, improve speed - Enable io.cache for afta too under aaaa - Added asm.bbinfo for debugging op_pos - Implemented wao for arm64 - Support RIOBind on RBuffer for fcpy_at
* Assembly - Added an alternative and colored view for varsum - Improvements in bin.strfilter and asm.emu - Hexagon QDSP6 v6 support - LGPLv3
* Bin API - More code cleanup in RBin api for file and obj - Refactor RBin for file and obj, mach0 headers to stdout - izz/izzj now works with -n without using rabin2 - Make idpi independent of bin loading
* New Commands/Eval - Implemented AATTAATTiS RBin.Section foreach operator - Implemented AATT% suffix operator - Refactored asm.cmt
* and scr.
* - Implemented AATTB: to temporary seek to the Nth BB - Implemented cp. and fix r_sys_copy on mac/ios - Fix wao ret
* for arm64 - Added command to edit ~/.radare2rc - Improveed aae to support cstr and pstr like asm.emu.str - Implemented support for cstr and pstr for asm.emu.str in disasm - Added asm.emu.stroff: always show offset when printing asm.emu string - Initial support for dbg.symstore - Change all asm.emu
* to asm.emu.
*
* Better support for AVR: - Implemented opcode masking for improved zignatures - Added missing opcode info (val, ptr) - added pseudo code for avr instructions movw and st
*
* Better graphs and visual panel: - VC rotates scr.color instead of toggling - Implement axgj - Added < command and make dietline reuse rcons.readChar - Improve RCons.readPush and add .readFlush() to make V
* happy - Implemented r_cons_readpush() new api and fix the V... automation - e graph.format=? and missing help for AATTAATTiS - Intial implementation of function call argument display - Experimental Cons_INVERT in strings in disasm - Added VbC to browse comments - Added VbF to browse functions - Implement VV) - rotate asm.emu.str in visual graph - Added ) key in visual to toggle asm.emu.str - Honor scr.color in Vbf - Added Visual browser for process threads
* Tue Jan 30 2018 gwasserAATTgmail.com- update to version 2.3.0
* Wed Dec 27 2017 gwasserAATTgmail.com- update to version 2.2.0
* Tue Dec 05 2017 gwasserAATTgmail.com- update to version 2.1.0
* drop radare2-fix-make-install.patch
* drop radare2-sysmagic.patch
* drop radare2-rpmlintrc
* Thu Aug 17 2017 daniel.molkentinAATTsuse.com- update to version 1.6.0
* drop radare2-cmd-fix-lock.patch
* drop CVE-2017-10929.patch
* Thu Jul 06 2017 daniel.molkentinAATTsuse.com- Fix CVE-2017-10929: Heap Buffer Overflow in r2_hbo_grub_memmove (bsc#104744) - CVE-2017-10929.patch
* Sat Jul 01 2017 daniel.molkentinAATTsuse.com- add patch (already upstream)
* radare2-cmd-fix-lock.patch
* Fri Jun 30 2017 daniel.molkentinAATTsuse.com- add dependencies to the devel package- ran spec cleaner
* Fri Jun 30 2017 mpluskalAATTsuse.com- Update depnendencies- Update url to working one- Make building more verbose- Small cleanup with spec-clenaer
* Fri Jun 30 2017 daniel.molkentinAATTsuse.com - update to version 1.5.0- rebased patch
* radare2-sysmagic.patch- add patch
* radare2-fix-make-install.patch
* Thu Mar 30 2017 mardnhAATTgmx.de- update to version 1.3.0- fixed source url- rebased patch
* radare2-sysmagic.patch
* Wed Jun 29 2016 borisAATTsteki.net- updated to 0.10.3
* r2 codebase is now endian-independent, this will ease avoiding bugs related to big-endian machines
* Swift demangler have been improved and optimized to load iOS binaries faster than ever.
* Enhanced function argument/variable analysis and automate it with the new afCa command.
* Added callgraph navigation view
* Added support for Keystone (even if its not released yet)
* Several enhancements for X86, ARM, ARM64 and MIPS pseudocode, analysis and emulation
* New aav command to find pointers to code/data
* r2pm can now install in home or system
* All websites are available via r2pm have been gulpified and are now maintainable and minified (3x smaller)
* Added support for dumping core on Linux-x86-64, OSX-x86-64 and iOS (arm32/64)
* The new AATT.. range operator
* Implemented HexII print format (http://corkami.googlecode.com/svn/trunk/src/HexII)
* Initial support for Emoji and Punycode.
* Graphviz colors are now configurable and current node is hightlighted
* Initial implementation of the RPI VideoCore4 disassembler (via r2pm)
* Initial support for debugging QNX systems via the pdebug interface
* Enhanced (work-in-progress) enhancements for rap:// remoting
* Initial native support for PowerPC (on Linux and OSX/G4)
* Handle data references in Dalvik binaries
* rabin2 -OC will dump the iOS binary entitlements
* Parse LDID sha signatures with rabin2.- fixed patch to apply cleanly
* Sun Mar 20 2016 borisAATTsteki.net- updated to 0.10.1
* Variables and flags can now be renamed in cursor mode asciinema
* Optimized GDB connectivity, now its 10x faster!
* print signed base 10 hexdumps with pxd[1,2,4]
* radiff2 -C to compare checksums
* Lot of work towards the mach-ification of the OSX/iOS debugger by alvarofe
* more polished cursor movements in Visual mode
* Better ARM and Thumb code analysis and emulation
* Added disassembler support for Microblaze architecture
* Updated unicorn plugin to be in sync with git
* Various enhancements in the Visual mode
* backward disassembly uses RAnal info for better offset computations
* asm.bbline uses RAnal info to have precise results
* fix bug in env.sh when using more than 9 arguments
* Mingw compilation improvements
* preliminary support of XNU debugging
* ESIL support for v810
* radare2 does now compile in appveyor: no more excuses for broken commits on windows!
* Lanai (the secret CPU used by Google) support
* a new shiny xtensa CPU analysis backend
* change local variables/arguments format names (ebp-0x10, ebp+0x13 becomes, respectively, local_10h and arg_13h) and now it works too when asm.ucase is set.
* add Vdn option to rename a flag/function/local variable/local argument used in the current instruction
* refactoring of RFlag + better names for functions when there are symbols
* ahi now supports IPv4 and syscall
* various optimizations and bugfixes
* opcodes descriptions for v810, propeller, riscv, tms320, lm32, 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 2014 mardnhAATTgmx.de- update to 0.9.8
* updated radare2-sysmagic.patch
* removed patches (fixed upstream) - radare2-0.9.6-off_by_one.patch - radare-2.0.9-portability-issue.patch - radare2-0.9.6-missing_return.patch
* removed file ChangeLog (zero-lenght)
* renamed rpmlintrc
* Fri Jan 03 2014 vcizekAATTsuse.com- update to 0.9.6
* changed versioning
* rename package to radare2
* dropped radare-2.0.9-test_create_return.patch (upstream)
* enable build with openssl
* enable build with system magic - added radare2-sysmagic.patch
* added radare2-0.9.6-missing_return.patch
* fixed several off-by-one errors - added radare2-0.9.6-off_by_one.patch
* Fri Mar 02 2012 vcizekAATTsuse.com- update to 2.0.9
* fixed build
* dropped radare-lua.patch
* Sun Nov 07 2010 prusnakAATTopensuse.org- created package (v2.0.6)
 
ICM