read_write_memory 1.0.0 copy "read_write_memory: ^1.0.0" to clipboard
read_write_memory: ^1.0.0 copied to clipboard

ReadWriteMemory Class to work with Windows process memory and hacking video games.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add read_write_memory

With Flutter:

 $ flutter pub add read_write_memory

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  read_write_memory: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:read_write_memory/read_write_memory.dart';
2
likes
130
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

ReadWriteMemory Class to work with Windows process memory and hacking video games.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ffi, win32

More

Packages that depend on read_write_memory