Skip to content

Commit

Permalink
[bugfix] missing output info in lax_fbc.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
illnyang committed Oct 28, 2021
1 parent 2132cbd commit 8222a17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lax_fbc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ main (int argc,
offset = s_rodata.virtual_address() + s_rodata.search("This hardware does not support NvFBC");
}

std::cout << "[+] libnvidia-fbc.so\n";

bool found = false;

{
Expand Down Expand Up @@ -78,5 +80,7 @@ main (int argc,
bin->patch_address(offset, { 0x48, 0x83, 0xC4, 0x08, 0xC3 });
bin->write(output.data());

std::cout << "[+] patched successfully\n";

return EXIT_SUCCESS;
}

0 comments on commit 8222a17

Please sign in to comment.