Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmg4497 committed May 8, 2021
1 parent 9e4ea1a commit c5e7683
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# BEMU
Safe CMD command executer - It blocks dangerous commands!

# Choose type
You can download .bat file for translating, or you can just download .exe file for only runtime.

# Blocked Commands
ALERT: BEMU currently only block the "single word" like bcdedit, not like bcdedit /fixboot.
bcdedit - it can be dangerous because it changes the boot record
chkdsk - it replaces the file
cmd /c rd /s /q C:\ - it deletes all the file from root (C:\) directory (not including USB)
diskpart - it can force format disk
format C: - it formats disk includes Windows
rm -rf / - it deletes all the file from root (/) directory (including USB)

All blocked commands run within simulator - it doesn't affect your computer.

# How to use blocked commands
This is not recommended, but you can still need bcdedit or diskpart for recovery.
You can simply type cmd BEMU, it unblocks commands because it changed to normal cmd.
You can return to BEMU from changed cmd with typing exit once.

# Supported Languages
BEMU currently only supports Korean, but if you need English version you can self translate with Google Translator.
You can even reupload translated file because BEMU is CC0.

0 comments on commit c5e7683

Please sign in to comment.