Commits on Sep 4, 2019

  1. Fix autocompletion popup (#14958)

    deepakchethan authored and radare committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    879e472 View commit details
    Browse the repository at this point in the history
  2. Fix asm.bb.line glitches (#14955)

    kazarmy authored and radare committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    4b8b0fa View commit details
    Browse the repository at this point in the history
  3. Fix MSVC warnings (#14959)

    pelijah authored and radare committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    fb338c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Fix PDB autoload

    * Let PDBs be found on the symstore
    * Fix flags being set on the wrong offsets
    * Fix memory leaks
    GustavoLCR authored and radare committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    88989b9 View commit details
    Browse the repository at this point in the history
  2. Fixes for dmh in Windows

    * Get offset of important globals from ntdll's PDB
    * Workaround some RtlQueryProcessDebugInformation hangs for Win10
    GustavoLCR authored and radare committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    1eef31a View commit details
    Browse the repository at this point in the history
  3. Use _BUFFER_SIZE in pc

    Maijin committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    5cc17e3 View commit details
    Browse the repository at this point in the history
  4. Use _BUFFER_SIZE in pc

    Maijin committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    2e7a0f9 View commit details
    Browse the repository at this point in the history
  5. Add a new pun

    Anton Kochkov committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    98f3753 View commit details
    Browse the repository at this point in the history
  6. Fix NULL deref on Windows dmh (#14962)

    GustavoLCR authored and Anton Kochkov committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    cc3e70c View commit details
    Browse the repository at this point in the history
  7. Fixes for sys/osx-pkg

    radare committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    c13e6e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. More fixes for Windows dmh (#14963)

    * Allow lfhKey be 0
    * Do not destroy debug buffer while its running
    GustavoLCR authored and Anton Kochkov committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    7b867b7 View commit details
    Browse the repository at this point in the history
  2. Fix #14912: Fix esil call no-fcn-name comment alignment (#14961)

    kazarmy authored and Anton Kochkov committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    20ad87f View commit details
    Browse the repository at this point in the history
  3. Fix zero register set issue ##r2wars

    aer x0=0;aer zr=0xffffffff;aer?x0
    radare committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    7bcac95 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. OpenBSD supports thread name feature since 6.5 (#14968)

    as it is 6.6 soon it is safe to go.
    devnexen authored and Anton Kochkov committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    5e753b4 View commit details
    Browse the repository at this point in the history
  2. Align table based on column align field (#14969)

    GustavoLCR authored and Anton Kochkov committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    ba6f520 View commit details
    Browse the repository at this point in the history
  3. asm.bb.line: Also show bblines between bb and non-bb (#14972)

    kazarmy authored and Anton Kochkov committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    8dab535 View commit details
    Browse the repository at this point in the history
  4. Implement Windows message breakpoints

    GustavoLCR authored and radare committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    c228700 View commit details
    Browse the repository at this point in the history
  5. Update io->off when seeking in intel hex

    It seems like every other io plugin updates io->off when seeking and forces all reads to be from io->off, but ihex only does the latter, which seems to be breaking most high level read_at functions.
    dudecc authored and radare committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    8b66ad0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eb4312 View commit details
    Browse the repository at this point in the history
  7. On Darwin, expose process path ##debug (#14975)

    For platforms supporting the libproc api.
    devnexen authored and Anton Kochkov committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    1e3a444 View commit details
    Browse the repository at this point in the history
  8. fix heap buffer overflow in dietline autocomplete (#14984)

    lowlyw authored and Anton Kochkov committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    61f3467 View commit details
    Browse the repository at this point in the history
  9. Fix memory leaks and other problems found by ASAN. (#14980)

    karliss authored and Anton Kochkov committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    5379c70 View commit details
    Browse the repository at this point in the history
  10. Fixes for Windows (#14985)

    * Fix dbW help message
    
    * Fix memleak on r_w32_print_windows
    
    * Imitate unix gotoxy behavior on Windows
    GustavoLCR authored and Anton Kochkov committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    5bb2417 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    908635b View commit details
    Browse the repository at this point in the history
  2. Fix arm32 stmia post-increment (#14983) ##esil

    There are other modes that could be supported (stmib, stmda, stmdb), but
    that should do for now.
    anisse authored and radare committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    0ac66a3 View commit details
    Browse the repository at this point in the history
  3. Fix afl= segfault ##bug (#14981)

    oxcabe authored and radare committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    66a8a9b View commit details
    Browse the repository at this point in the history
  4. Add r2lrn to the readme (#14979)

    0ki authored and radare committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    a2bc99f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6575148 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    cd25c68 View commit details
    Browse the repository at this point in the history
  2. Fix double-free in bin-relocs

    radare committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    7b8df7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5411543 View commit details
    Browse the repository at this point in the history
  4. Fix #14990 - multiple quoted command parsing issue ##core

    	> "?e hello""?e world"
    	hello
    	world"
    	> "?e hello";"?e world"
    	hello
    	world
    radare committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    dd739f5 View commit details
    Browse the repository at this point in the history
  5. Fixed a typo in "afj" help (#14993)

    "jmptableble"->"jumptable"
    themaks authored and radare committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    5f9d678 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c13138f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1646f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e75b9f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb0d361 View commit details
    Browse the repository at this point in the history
  10. Fix abandoned flags in Vdu

    radare committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    96a314f View commit details
    Browse the repository at this point in the history
  11. Add info that r2pm -i is also used for pkg update (#14998)

    It is confusing that `r2pm update` only updates the database
    and the packages are not updated. Information about
    how to update a specific package is missing.
    When the user searches for information how to update a particular package,
    e.g. using `r2pm -h`, the help provides information only how to
    install a package.
    v45k0 authored and radare committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c4fa10f View commit details
    Browse the repository at this point in the history
  12. Fix pd help message (#14999)

    * Removed instructions in pd? left over after temporary arch and bitness setting feature was moved to ?@?
    
    * Renamed sz to len in pd? to be consistent with other size hints in p?
    pandasauce authored and radare committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    2ad9a6b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    07be181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30c8f22 View commit details
    Browse the repository at this point in the history
  3. Document scripted patching (#15001)

    l29ah authored and radare committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    52d6a5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    631db86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81564d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47f3e9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12482d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4acaa1a View commit details
    Browse the repository at this point in the history
  9. Make screen borders thinier

    radare committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    71197eb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Minor cleanup in IO

    radare committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    e3bfbe2 View commit details
    Browse the repository at this point in the history