Git Product home page Git Product logo

dotnetmemoryscan's People

Contributors

smoll-ice 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

Watchers

 avatar  avatar  avatar

dotnetmemoryscan's Issues

How to use on C# ?

`

    private DotNetScanMemory_SmoLL scan = new DotNetScanMemory_SmoLL();
    private IntPtr[] founds;

    private void button1_Click(object sender, EventArgs e)
    {
        founds = scan.ScanArray(scan.GetPID("discord"), "44 00 6f 00 4 00 4e 00 65 00 74 00 41 00 6f 00 62 00 53 00 63 00 61 00 6e 00 4d 00 65 00 6d 00 6f 00 72 00 79 00");
        if ((founds.Count() > 0))
        {
            MessageBox.Show("Found !");
        }
    }`

Error:
https://image.noelshack.com/fichiers/2018/51/6/1545515730-capture.png
The arithmetic operation caused an overload.

not working

i have this Array: ?? ?? ?? ?? 00 00 00 00 AA D6 C8 BF AA
the default array is similar, so i'm not understanding why is my array wrong (i see the "not valid hex array 0x1f0")

Process problem

I wrote trial.bin and tried it. gave an error. I tried Trial.exe, it worked.
Please how use trial.bin process
dont work to code: Dim p = Process.GetProcessesByName("trial")

Add start_address, end_address and stop_at_first parameters

Not an issue, but a feature request.

Adding these parameters would reduce the scan time significantly, if used accordingly.

find_aob.scan_all(Process p, string pattern, ulong start_address, ulong end_address, bool stop_at_first);

ulong start_address= Specifies the start address for the AoB scan.
ulong end_address= Specifies the end address for the AoB scan. If 0 then it would use the max address.
bool stop_at_first = If true - stops the AoB scan when the first match is found and returns it. If false - scans through all memory range and returns all matches found.

Example:
var find_ptr = find_aob.scan_all("text.exe", "83 05 ?? ?? ?? ?? 0A A1", 0x20000000UL, 0, true);

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.