memflow-coredump 0.2.0-beta3

win32 coredump connector for the memflow physical memory introspection framework
Documentation
.PHONY: all release debug test install

all:
	make test
	make release

release:
	cargo build --release --all-features

debug:
	cargo build --all-features

clean:
	cargo clean

test:
	cargo test --all-features

install_user:
	./install.sh

install:
	./install.sh --system