Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Itzsten authored Dec 13, 2021
1 parent 9c496e2 commit 141b1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python-MBR-Overwriting
A simple script to overwrite the MBR (Master Boot Record) using the Python coding language. This is only for educational purposes only, and I'm not responsible for any damage caused using this!

Libraries required: Pywin32
If you want to overwrite with Pywin32, then use Pywin32.py. If you prefer Ctypes, you may use ctypes.py.

To overwrite it with custom hex, add a new line:
```python
Expand Down

0 comments on commit 141b1e9

Please sign in to comment.