Giter Club home page Giter Club logo

memory_hack's People

Contributors

ottavio97 avatar primetime00 avatar rcbadiale avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

memory_hack's Issues

Http basic auth support

Should probably add basic http auth to help prevent accidental access. Could probably be done as flags to the command like --user --password.

This project is a really cool idea. I just got it working on my steam deck.

DNS_PROBE_FINISHED_NXDOMAIN

I dont know what going on

I reinstalled the script and from deck browser I can access the hack ui.

But from phone. Same network, I always get DNS_PROBE_FINISHED_NXDOMAIN

It just started happening. I restarted router, changed deck hostname. Cleared phone browser cache. And no matter what I can't find solution.
Error is so generic that I can't find anything useful.

Possibility of accessing Yuzu Memory?

So I've tried using Memory Hack to access Yuzu memory however I am failing.

Doing Unknown initial value and then searching for anything with increased value always leads to 0 results regardless of Search Size. This leads me to believe it cannot access the memory.

install fails on steam deck

This is the console output when I try to install

gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=591 -DPSUTIL_LINUX=1 -DPSUTIL_ETHTOOL_MISSING_TYPES=1 -I/home/deck/venv/include -I/usr/include/python3.11 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-cpython-311/psutil/_psutil_common.o
      error: command 'gcc' failed: No such file or directory
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for psutil
Failed to build psutil
ERROR: Could not build wheels for psutil, which is required to install pyproject.toml-based projects

[notice] A new release of pip available: 22.3.1 -> 23.1.2
[notice] To update, run: /home/deck/venv/bin/python3 -m pip install --upgrade pip
Traceback (most recent call last):
  File "/home/deck/install.py", line 197, in <module>
    create_venv()
  File "/home/deck/install.py", line 51, in create_venv
    subprocess.check_call(['./venv/bin/python3', "-m", "pip", "install", "-r", "app/patches/requirements.txt"])
  File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['./venv/bin/python3', '-m', 'pip', 'install', '-r', 'app/patches/requirements.txt']' returned non-zero exit status 1.

Feature Request: Search for Double Values

As the title says, I'm trying to find values in a game and I confirmed it uses doubles for the values, which might explain why I can't find them with this app.

Is it possible for you to implement this feature?

Thanks

feature request, custom pid

hello, thanks for this tool and it will be great if we have an option to set the pid because some programs got few child processes under the same name

python install.py fail on Win 10 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired

This is the console output when I try to install on Windows 10

Traceback (most recent call last):
File "C:\Users\Downloads\memoryhack\install.py", line 245, in
download_nssm()
File "C:\Users\Downloads\memoryhack\install.py", line 36, in download_nssm
request.urlretrieve(remote_url, local_file)
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 241, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 519, in open
response = self._open(req, data)
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)>
PS C:\Users\Downloads\memoryhack>

SSL possibly expired?

Possible conflict with steamdeck update

I installed this a few days ago to give me an edge against a tough boss. I installed it as a service. I had to set the sudo password to install it.

Last night, my steamdeck said there was an update, so I updated. After the update, the screen doesn't come on. I can hear a beep, and the fan, and the haptics of the touchpads seem to respond, but the screen stays black.

It's likely the error is unrelated to this app, but I figured I'd mention it here just in case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.