mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
47096906fb
commit
a7f69b5f13
4 changed files with 30 additions and 30 deletions
|
@ -346,7 +346,7 @@ int flash_load(flash_file_t *ctx, bool force) {
|
|||
}
|
||||
|
||||
if (strcmp(((char *)shstr) + shdrs[i].sh_name, ".bootphase1") == 0) {
|
||||
uint32_t offset = *(uint32_t*)(ctx->elf + le32(shdrs[i].sh_offset) + le32(shdrs[i].sh_size) - 4);
|
||||
uint32_t offset = *(uint32_t *)(ctx->elf + le32(shdrs[i].sh_offset) + le32(shdrs[i].sh_size) - 4);
|
||||
if (offset >= le32(shdrs[i].sh_addr)) {
|
||||
offset -= le32(shdrs[i].sh_addr);
|
||||
if (offset < le32(shdrs[i].sh_size)) {
|
||||
|
|
|
@ -10910,6 +10910,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 688,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2022-02-24T18:33:33"
|
||||
"extracted_on": "2022-02-27T15:27:46"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue