srounet / Pymem

A python library for windows, providing the needed functions to start working on your own with memory editing.
MIT License
305 stars 46 forks source link

X64 #12

Closed srounet closed 5 years ago

srounet commented 5 years ago

This branch drop fasm support and provide a more advanced and stabilized version of pymem with more tests and lot of fixes.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8a11075). Click here to learn what that means. The diff coverage is 66.86%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #12   +/-   ##
=========================================
  Coverage          ?   75.83%           
=========================================
  Files             ?       11           
  Lines             ?     1142           
  Branches          ?        0           
=========================================
  Hits              ?      866           
  Misses            ?      276           
  Partials          ?        0
Impacted Files Coverage Δ
pymem/exception.py 60% <ø> (ø)
pymem/ptypes.py 0% <0%> (ø)
pymem/pattern.py 0% <0%> (ø)
pymem/ressources/kernel32.py 100% <100%> (ø)
pymem/ressources/ntdll.py 100% <100%> (ø)
pymem/ressources/psapi.py 100% <100%> (ø)
pymem/thread.py 54.54% <54.54%> (ø)
pymem/ressources/structure.py 88.15% <85.1%> (ø)
pymem/process.py 81.48% <89.09%> (ø)
pymem/__init__.py 82.49% <92.37%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8a11075...57ec4b3. Read the comment docs.