Skip to content

Commit

Permalink
Double IN in arguement
Browse files Browse the repository at this point in the history
Double IN for BBRvaToVa
  • Loading branch information
mylylyl authored and DarthTon committed Jun 7, 2019
1 parent b9756ba commit 5fa8c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BlackBoneDrv/MMap.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ PVOID BBImageManifest( IN PVOID pImageBase, OUT PULONG_PTR pSize, OUT PLONG pID
/// <param name="MappedAsImage">Image is mapped using image memory layout</param>
/// <param name="imageBase">Image base</param>
/// <returns>Translated address</returns>
PVOID BBRvaToVa( IN ULONG rva, IN BOOLEAN MappedAsImage, IN IN PVOID imageBase );
PVOID BBRvaToVa( IN ULONG rva, IN BOOLEAN MappedAsImage, IN PVOID imageBase );

#pragma alloc_text(PAGE, BBMapUserImage)
#pragma alloc_text(PAGE, BBFindOrMapModule)
Expand Down Expand Up @@ -1948,4 +1948,4 @@ PVOID BBRvaToVa( IN ULONG rva, IN BOOLEAN MappedAsImage, IN PVOID imageBase )
}

return NULL;
}
}

0 comments on commit 5fa8c49

Please sign in to comment.