scanmem 0.17-1 source package in Ubuntu

Changelog

scanmem (0.17-1) unstable; urgency=medium

  [ Sebastian Parschauer ]
  * New upstream release:
    + major performance improvement by inlining, new algorithms, and
      data as well as code optimization
    + complete string and bytearray search rework
    + fixed unaligned pointer access during string search
    + added "-c/--command" option for commands to be run first
    + added "-e/--errexit" option to exit on initial command errors
    + added "!" alias for "shell" command
    + added "max_to_print" parameter to "list" command (default: 10k)
    + full support for sets of values for "delete", "dregion", and "set"
    + custom pager support (env $PAGER)
    + fixed listing floats with >100 digits
    + parse negative numbers as int64 instead of uint64
    + better checks if input is valid
    + added a testing framework
    + documentation fixes
    + gui: show up to 10k matches
    + gui: add a button to interrupt mid-scan
    + gui: add keyboard-only navigation
    + gui: add a refresh button in hexview
    + gui: drop hexview data caching (showed obsolete data)
    + lang: add de, es, it, sr_ME
  * debian: use Python3 now
  * debian/control:
    + change priority from 'extra' to 'optional'
  * debian/gameconqueror.install:
    + adapt to *.xml to *.ui renaming
    + adapt to new metainfo files
  * debian/patches:
    + remove all superseded patches
    + configure: add `AM_PROG_CC_C_O` macro
    + gui: use Python3 shebang
    + gui: appdata: Use new format and location
    + gui: Rename *.desktop.in and *.appdata.xml.in

   [ Kartik Mistry ]
   * debian/copyright:
     + http->https in URL.
   * debian/control:
     + Added Vcs-* URLs.
     + Updated to Standards-Version 4.1.3
     + Bumped debhelper dependency to 11.
     + Added myself as a uploader.
     + Fixed typo: GTK->GTK+
     + Removed Build-Deps on autotools-dev.
   * debian/compat:
     + Set compatibility to 11.
   * debian/gameconqueror.install:
     + Fixed installation of *appdata.xml files.
   * debian/watch:
     + Use version 4.

 -- Kartik Mistry <email address hidden>  Sat, 20 Jan 2018 05:35:03 +0530

Upload details

Uploaded by:
Sebastian Parschauer
Uploaded to:
Sid
Original maintainer:
Sebastian Parschauer
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
scanmem_0.17-1.dsc 1.9 KiB 0905e21569aa1cbaecde62d89c54f5c5d85e11b5adbbbe81f9ee56e28d5de8d7
scanmem_0.17.orig.tar.gz 215.3 KiB f02054b91322cf41517506158fcb74554e9fc6644e696f8aa25e5acf162d374b
scanmem_0.17-1.debian.tar.xz 9.8 KiB 272b7e21526681993630e2427202188a5f0a7e9a35e5bdfeec1760c72765959e

Available diffs

No changes file available.

Binary packages built by this source

gameconqueror: locate and modify a variable in a running process (GUI)

 GameConqueror is a GUI based on Python and GTK+ using scanmem to locate
 the address of a variable in a running process. This can be used for the
 analysis or modification of a hostile process on a compromised machine, for
 reverse engineering, or as a "pokefinder" to cheat at video games.
 .
 GameConqueror provides a CheatEngine-alike user-friendly interface with more
 features than scanmem.

scanmem: locate and modify a variable in a running process

 Scanmem is a simple interactive debugging utility for Linux, used to locate
 the address of a variable in a running process. This can be used for the
 analysis or modification of a hostile process on a compromised machine, for
 reverse engineering, or as a "pokefinder" to cheat at video games.

scanmem-dbgsym: debug symbols for scanmem