• rnk's avatar
    sandbox: Fix some nt_internals.h function prototypes for Win64 · 4ede4e17
    rnk authored
    NtQuerySection should use ULONG instead of SIZE_T as it is dealing with PE section sizes.
    
    NtQueryVirtualMemory should use SIZE_T instead of ULONG as it is dealing with memory sizes.
    
    DynamoRIO, another project that consumes these native APIs, uses the prototypes introduced by this change.
    
    R=robertshield@chromium.org,rvargas@chromium.org
    BUG=458690
    
    Review URL: https://codereview.chromium.org/921353002
    
    Cr-Commit-Position: refs/heads/master@{#317177}
    4ede4e17
blacklist_interceptions.cc 8.86 KB