Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/taviso/loadlibrary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@cmpxchg8b.com>2017-05-24 01:58:13 +0300
committerGitHub <noreply@github.com>2017-05-24 01:58:13 +0300
commit207f0a300083dd7953fc5e14a8a4d26edaa9471d (patch)
tree272488d18e05cfbf576235a60eb0749690135eff
parentcf2a91c142fac55e3b678dc91b9e46e5b56bc620 (diff)
fix markdown links
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2c2fc38..c6c4dd7 100644
--- a/README.md
+++ b/README.md
@@ -28,11 +28,11 @@ The intention is to allow scalable and efficient fuzzing of self-contained
Windows libraries on Linux. Good candidates might be video codecs,
decompression libraries, virus scanners, image decoders, and so on.
- * C++ exception dispatch and unwinding.
- * Loading additional symbols from IDA.
- * Debugging with gdb (including symbols), breakpoints, stack traces, etc.
- * Runtime hooking and patching.
- * Support for ASAN and Valgrind to detect subtle memory corruption bugs.
+* C++ exception dispatch and unwinding.
+* Loading additional symbols from IDA.
+* Debugging with gdb (including symbols), breakpoints, stack traces, etc.
+* Runtime hooking and patching.
+* Support for ASAN and Valgrind to detect subtle memory corruption bugs.
If you need to add support for any external imports, writing stubs is usually
quick and easy.
@@ -75,11 +75,11 @@ $ make
You will need to download the 32-bit antimalware update file from this page:
- * https://www.microsoft.com/security/portal/definitions/adl.aspx#manual
+* https://www.microsoft.com/security/portal/definitions/adl.aspx#manual
This should be a direct link to the right file:
- * http://go.microsoft.com/fwlink/?LinkID=121721&arch=x86
+* http://go.microsoft.com/fwlink/?LinkID=121721&arch=x86
This will download a file called `mpam-fe.exe`, which is a cabinet file that
can be extracted with `cabextract`. Extract the files into the `engine`