read_write_memory 1.0.0
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';