debian/0000755000000000000000000000000012044731113007162 5ustar debian/dirs0000644000000000000000000000001011374023220010033 0ustar usr/bin debian/gameconqueror.manpages0000644000000000000000000000002711374027057013557 0ustar debian/gameconqueror.1 debian/docs0000644000000000000000000000001412044730731010035 0ustar README TODO debian/copyright0000644000000000000000000000743012044723756011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: scanmem Source: Upstream-Contact: Tavis Ormandy , Eli Dupree , WANG Lu . Files: * Copyright: 2006, 2007, 2009 Tavis Ormandy 2009 Eli Dupree 2009, 2010 WANG Lu License: GPL-2+ Files: gui/hexview.py Copyright: 2008, 2009 Adriano Monteiro Marques 2010, 2011 WANG Lu 2010 Bryan Cain License: GPL-2+ Files: scanroutines.* show_message.* gui/GameConqueror* Copyright: 2009, 2010, 2011 WANG Lu 2010, Bryan Cain License: GPL-3+ Files: debian/* Copyright: 2010-2012, WANG Lu , Kartik Mistry . License: GPL-3+ Files: install-sh Copyright: 1994, X Consortium License: other License: other Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. . FSF changes to this file are in the public domain. License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA License: GPL-3+ This package is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian-based systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 and /usr/share/common-licenses/GPL-3. debian/gameconqueror.10000644000000000000000000000163611374023220012117 0ustar .TH gnomeconqueror 1 "2010-04-16" "" "" .SH NAME gnomeconqueror \- A GUI for scanmem, a game hacking tool. .SH SYNOPSIS .B gnomeconqueror has no options. .SH DESCRIPTION .PP 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. .PP GameConqueror is a GUI for scanmem, aims to provide more features than scanmem, and CheatEngline-alike user-friendly interface. .PP .SH USAGE gnomeconqueror .SH SEE ALSO Website: .SH AUTHOR gnomeconqueror was written by WANG Lu . See copyright file for full list of authors. .PP This manual page was written by Kartik Mistry , for the Debian project (but may be used by others). debian/compat0000644000000000000000000000000212044724136010367 0ustar 9 debian/control0000644000000000000000000000266512044724260010603 0ustar Source: scanmem Section: utils Priority: extra Maintainer: WANG Lu Uploaders: Kartik Mistry Build-Depends: debhelper (>= 9), autotools-dev, libreadline-dev, python (>= 2.6.6-3~) Standards-Version: 3.9.3 Homepage: http://code.google.com/p/scanmem/ Package: scanmem Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: gameconqueror (>= 0.12) Description: Program to 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. Package: gameconqueror Architecture: all Depends: ${misc:Depends}, gksu, python (>= 2.6.6-3~), python-gtk2, scanmem (>= 0.12) Description: GUI for scanmem, a game hacking tool 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. . GameConqueror is a GUI for scanmem, aims to provide more features than scanmem, and CheatEngline-alike user-friendly interface. debian/scanmem.install0000644000000000000000000000002011374023220012163 0ustar usr/bin/scanmem debian/source/0000755000000000000000000000000011374023220010460 5ustar debian/source/format0000644000000000000000000000001411374023220011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001177512044731006011050 0ustar scanmem (0.13-1) unstable; urgency=low * New upstream release: + Dropped gameconqueror-man-page-fix.diff patch, merged upstream. * debian/control: + Updated Standards-Version to 3.9.3 + Bumped debhelper dependency to >=9 for hardening support. * debian/compat: + Set to 9 for hardening support. * debian/copyright: + Updated to copyright-format 1.0 * debian/rules: + Fixed permission for configure script. * debian/docs: + Do not install old NEWS file. -- Kartik Mistry Fri, 02 Nov 2012 16:52:43 +0530 scanmem (0.12-2) unstable; urgency=low [Kartik Mistry] * debian/rules: + Use dh7 * debian/patches/gameconqueror-man-page-fix.diff: + Added patch to fix gameconqueror.1 manpage mistakes * debian/control: + Removed dependency on cdbs + Updated python dependency for Build-Depends/Depends for dh_python2 use + Updated Standards-Version to 3.9.2 -- Kartik Mistry Sun, 03 Jul 2011 17:36:30 +0530 scanmem (0.12-1) unstable; urgency=low [WANG Lu] * New upstream release: + Ignore empty values in cheat list + Resizable process lit dialog + Skip when /proc/pid/exe is not available + Run as root now, in order to read remote memory in Ubuntu + Fix a problem with bytearray displaying + Wildcard support in bytearray writing + A memory leak fix + Use monospace font + Fix a string parsing problem [Kartik Mistry] * debian/control: + Updated Standards-Version to 3.9.1 + Fixed package description for gnomeconqueror * debian/copyright: + Added missing author, updated copyright years + Updated to latest DEP-5 specifications -- WANG Lu Tue, 19 Apr 2011 23:49:05 +0530 scanmem (0.11-1) unstable; urgency=low [WANG Lu] * Fix build on Debian-kfreebsd* (Closes: #578457) * Fix an issue of freezing when scanning for multiple variables * Added a new debian/watch file [Kartik Mistry] * debian/copyright: + Fixed for DEP-5 specifications * debian/gnomeconqueror.manpages: + Fixed manpage path -- WANG Lu Sun, 16 May 2010 23:38:59 +0530 scanmem (0.10-1) unstable; urgency=low [WANG Lu] * New upstream release: + Added GUI for program as GameConqueror, separated binary package * debian/control: + Updated Standards-Version to 3.8.4 + Added Kartik Mistry as Uploader now + Updated Homepage entry * debian/rules: + Used CDBS to simplyfy rules, dh will follow with next upload [Kartik Mistry] * Added manpage for GameConqueror, debian/gameconqueror.1 * Converted package to use source format 3.0 (quilt) -- WANG Lu Fri, 16 Apr 2010 08:54:03 +0530 scanmem (0.07-8) unstable; urgency=low * debian/control: + Build-Depends on libreadline-dev instead of libreadline5-dev + Updated Standards-Version to 3.8.3 + Wrapped up Build-Depends + Updated debhelper dependency to 7.0.50~ + Removed dependency on cdbs, no longer needed as we use dh now * debian/rules: + dh usage instead of cdbs * debian/copyright: + Don't point to versionless symlink in /usr/share/common-licenses -- Kartik Mistry Sun, 13 Sep 2009 23:13:09 +0530 scanmem (0.07-7) unstable; urgency=low * debian/control: + Updated my maintainer email address + Removed Torsten from Uploader as package is not part of bollin + Removed VCS-* fields + Updated Standards-Version to 3.8.1 (no changes needed) * debian/copyright: + [Lintian] Updated to use correct copyright symbol © + Updated Debian copyright information -- Kartik Mistry Mon, 15 Jun 2009 11:35:08 +0530 scanmem (0.07-6) unstable; urgency=low * upload to unstable -- Torsten Werner Sun, 15 Feb 2009 22:56:55 +0100 scanmem (0.07-5) experimental; urgency=low [ Kartik Mistry ] * debian/control: + Much better short description, Thanks to adn [ Torsten Werner ] * Bump up Standards-Version: 3.8.0 (no changes). -- Torsten Werner Sun, 28 Dec 2008 18:09:32 +0100 scanmem (0.07-4) unstable; urgency=low * debian/control: + Updated short and long descriptions + Fixed typo of Linux * debian/copyright: + Added license of install-sh -- Kartik Mistry Mon, 25 Feb 2008 22:22:05 +0530 scanmem (0.07-3) unstable; urgency=low * debian/control: + Updated Standards-Version to 3.7.3 + Fixed Homepage entry * debian/copyright: + Fixed copyright year + Updated link of GPL -- Kartik Mistry Fri, 28 Dec 2007 10:15:08 +0530 scanmem (0.07-2) unstable; urgency=low * debian/control: updated homepage as real control field * debian/copyright: moved copyright out of license section -- Kartik Mistry Sat, 17 Nov 2007 23:10:44 +0530 scanmem (0.07-1) unstable; urgency=low * Initial release (Closes: #423424) -- Kartik Mistry Sat, 4 Aug 2007 19:42:34 +0530 debian/gameconqueror.install0000644000000000000000000000017611374023220013423 0ustar usr/bin/gameconqueror usr/share/applications/GameConqueror.desktop usr/share/pixmaps/GameConqueror* usr/share/gameconqueror/* debian/watch0000644000000000000000000000036511374023220010215 0ustar version=3 opts=downloadurlmangle=s#.*(scanmem-(.*)\.tar\.gz).*#http://scanmem.googlecode.com/files/$1#,\ filenamemangle=s#.*(scanmem-(.*)\.tar\.gz).*#$1# \ http://code.google.com/p/scanmem/downloads/list \ .*detail\?name=scanmem-(.*)\.tar\.gz.* debian/scanmem.manpages0000644000000000000000000000001211374023220012311 0ustar scanmem.1 debian/rules0000755000000000000000000000020612044724127010247 0ustar #!/usr/bin/make -f override_dh_auto_configure: chmod +x configure ./configure --prefix=/usr --enable-gui %: dh $@ --with python2