mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
commit
0865ed76df
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -15,18 +15,21 @@ There is so much in this fork, with all fixes and additions its basically the m
|
||||||
## Coverity Scan Config & Run
|
## Coverity Scan Config & Run
|
||||||
Download the Coverity Scan Self-buld and install it.
|
Download the Coverity Scan Self-buld and install it.
|
||||||
You will need to configure ARM-NON-EABI- Compiler for it to use:
|
You will need to configure ARM-NON-EABI- Compiler for it to use:
|
||||||
```
|
|
||||||
- Configure
|
- Configure
|
||||||
|
|
||||||
`cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc`
|
`cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc`
|
||||||
|
|
||||||
- run it (I'm running on Ubuntu)
|
- Run it (I'm running on Ubuntu)
|
||||||
|
|
||||||
`cov-build --dir cov-int make all`
|
`cov-build --dir cov-int make all`
|
||||||
|
|
||||||
- make a tarball
|
- Make a tarball
|
||||||
|
|
||||||
`tar czvf proxmark3.tgz cov-int`
|
`tar czvf proxmark3.tgz cov-int`
|
||||||
|
|
||||||
- upload it to coverity.com
|
- Upload it to coverity.com
|
||||||
```
|
|
||||||
|
|
||||||
## Whats changed?
|
## Whats changed?
|
||||||
Whats so special with this fork? I have scraped the web for different enhancements to the PM3 source code and not all of them ever found their way to the master branch.
|
Whats so special with this fork? I have scraped the web for different enhancements to the PM3 source code and not all of them ever found their way to the master branch.
|
||||||
|
|
Loading…
Reference in a new issue