Skip to content

Commit 2735caf

Browse files
authored
Update README.md
1 parent befff40 commit 2735caf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ eTainter is an automated static analysis tool for detecting gas-related vulnerab
44
For more details about eTainter, please reference the paper published in ISSTA 2022 [eTainter: Detecting Gas-Related Vulnerabilities in Smart Contracts](https://blogs.ubc.ca/dependablesystemslab/2022/04/08/etainter-detecting-gas-related-vulnerabilities-in-smart-contracts)
55

66

7-
If you use eTainter, please cite this paper
7+
If you use eTainter, please cite this paper.
88

99
```
1010
@inproceedings{ghaleb2022etainter,
@@ -23,9 +23,9 @@ If you use eTainter, please cite this paper
2323

2424
### Building eTainter
2525

26-
To build the tool manually, we provide a `requirements.txt` file and the script `setup.py` to simply install depedencies required by eTainter and to build everything as follows.
26+
To build the tool manually, we provide a `requirements.txt` file and the script `setup.py` to simply install the dependencies required by eTainter and to build everything as follows.
2727

28-
Run the following command. Please make sure you are using python 3.8 or higher.
28+
Run the following command. Please make sure you are using Python 3.8 or higher.
2929

3030
```
3131
cd eTainter
@@ -42,7 +42,7 @@ As an example, the following command will analyze the contract file named '*runn
4242
python bin/analyzer.py -f runningExample.code -b -m 8
4343
```
4444

45-
The option -m ebables to set the allocated memory for the analysis (in gigabytes). In this example, the allocated memory limit is set to 8 GB. The defalut value is 6 GB when the option -m is not used.
45+
The option -m enables setting the allocated memory for the analysis (in gigabytes). In this example, the allocated memory limit is set to 8 GB. The default value is 6 GB when the option -m is not used.
4646

4747
## Contact
4848
For questions about our paper or this code, please contact Asem Ghaleb ([email protected])

0 commit comments

Comments
 (0)