You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ eTainter is an automated static analysis tool for detecting gas-related vulnerab
4
4
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)
5
5
6
6
7
-
If you use eTainter, please cite this paper
7
+
If you use eTainter, please cite this paper.
8
8
9
9
```
10
10
@inproceedings{ghaleb2022etainter,
@@ -23,9 +23,9 @@ If you use eTainter, please cite this paper
23
23
24
24
### Building eTainter
25
25
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.
27
27
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.
29
29
30
30
```
31
31
cd eTainter
@@ -42,7 +42,7 @@ As an example, the following command will analyze the contract file named '*runn
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.
46
46
47
47
## Contact
48
48
For questions about our paper or this code, please contact Asem Ghaleb ([email protected])
0 commit comments