=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== scanmem-0.17/gui/hexview.py-544- # set focus scanmem-0.17/gui/hexview.py:545: def show_addr(self, addr): scanmem-0.17/gui/hexview.py-546- GLib.idle_add(self.show_addr_helper, addr) ############################################## scanmem-0.17/gui/hexview.py-560- scanmem-0.17/gui/hexview.py:561: def get_current_addr(self): scanmem-0.17/gui/hexview.py-562- buf = self.hex_text.get_buffer() ############################################## scanmem-0.17/gui/hexview.py-629- scanmem-0.17/gui/hexview.py:630: def get_base_addr(self): scanmem-0.17/gui/hexview.py-631- return self._base_addr scanmem-0.17/gui/hexview.py:632: def set_base_addr(self, val): scanmem-0.17/gui/hexview.py-633- self._base_addr = val ############################################## scanmem-0.17/gui/GameConqueror.py-580- return scanmem-0.17/gui/GameConqueror.py:581: old_addr = self.memoryeditor_hexview.get_current_addr() scanmem-0.17/gui/GameConqueror.py-582- self.memoryeditor_hexview.payload = misc.str2bytes(data) scanmem-0.17/gui/GameConqueror.py:583: self.memoryeditor_hexview.show_addr(old_addr) scanmem-0.17/gui/GameConqueror.py-584- ############################################## scanmem-0.17/gui/GameConqueror.py-626- elif data == 'scan_for_this_address': scanmem-0.17/gui/GameConqueror.py:627: self.scan_for_addr(addr) scanmem-0.17/gui/GameConqueror.py-628- return True ############################################## scanmem-0.17/gui/GameConqueror.py-830- scanmem-0.17/gui/GameConqueror.py:831: def scan_for_addr(self, addr): scanmem-0.17/gui/GameConqueror.py-832- bits = self.get_pointer_width() ############################################## scanmem-0.17/gui/GameConqueror.py-886- if addr is not None: scanmem-0.17/gui/GameConqueror.py:887: self.memoryeditor_hexview.show_addr(addr) scanmem-0.17/gui/GameConqueror.py-888- self.memoryeditor_window.show() ############################################## scanmem-0.17/handlers.c-329- fix_endianness(&v, vars->options.reverse_endianness); scanmem-0.17/handlers.c:330: if (sm_setaddr(vars->target, address, &v) == false) { scanmem-0.17/handlers.c-331- show_error("failed to set a value.\n"); ############################################## scanmem-0.17/handlers.c-361- fix_endianness(&v, vars->options.reverse_endianness); scanmem-0.17/handlers.c:362: if (sm_setaddr(vars->target, address, &v) == false) { scanmem-0.17/handlers.c-363- show_error("failed to set a value.\n"); ############################################## scanmem-0.17/ptrace.c-624-/* Needs to support only ANYNUMBER types */ scanmem-0.17/ptrace.c:625:bool sm_setaddr(pid_t target, void *addr, const value_t *to) scanmem-0.17/ptrace.c-626-{ ############################################## scanmem-0.17/scanmem.h-81-bool sm_detach(pid_t target); scanmem-0.17/scanmem.h:82:bool sm_setaddr(pid_t target, void *addr, const value_t *to); scanmem-0.17/scanmem.h-83-bool sm_checkmatches(globals_t *vars, scan_match_type_t match_type, ############################################## scanmem-0.17/.pc/fix-build-with-older-autotools.patch/configure.ac-143- while true; do scanmem-0.17/.pc/fix-build-with-older-autotools.patch/configure.ac:144: new_full_var="`eval echo $full_var`" scanmem-0.17/.pc/fix-build-with-older-autotools.patch/configure.ac-145- if test "x$new_full_var" = "x$full_var"; then break; fi ############################################## scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-580- return scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py:581: old_addr = self.memoryeditor_hexview.get_current_addr() scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-582- self.memoryeditor_hexview.payload = misc.str2bytes(data) scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py:583: self.memoryeditor_hexview.show_addr(old_addr) scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-584- ############################################## scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-626- elif data == 'scan_for_this_address': scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py:627: self.scan_for_addr(addr) scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-628- return True ############################################## scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-830- scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py:831: def scan_for_addr(self, addr): scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-832- bits = self.get_pointer_width() ############################################## scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-886- if addr is not None: scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py:887: self.memoryeditor_hexview.show_addr(addr) scanmem-0.17/.pc/use-python3-shebang.patch/gui/GameConqueror.py-888- self.memoryeditor_window.show() ############################################## scanmem-0.17/configure.ac-144- while true; do scanmem-0.17/configure.ac:145: new_full_var="`eval echo $full_var`" scanmem-0.17/configure.ac-146- if test "x$new_full_var" = "x$full_var"; then break; fi