Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
/ RDTSC_Calculator Public archive

A simple hook for reverse engineering on x86 processors, to be used with ollydbg, x64dbg and the like.

License

Notifications You must be signed in to change notification settings

keowu/RDTSC_Calculator

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

# RDTSC_Calculator

RDTSC_Calculator, is an RDTSC hook for processors in the intel architecture.

enter image description here enter image description here enter image description here

Portuguese

RDTSC_Calculator é um hook para O contador do carimbo de data / hora é um registro de 64 bits presente em todos os processadores x86 desde o Pentium. Conta o número de ciclos desde a redefinição. A instrução RDTSC retorna o TSC no EDX: EAX. No modo x86-64, o RDTSC também limpa os 32 bits mais altos do RAX e RDX. Seu opcode é 0F 31.

English

RDTSC_Calculator is a hook for The timestamp counter is a 64-bit register present on all x86 processors since Pentium. Counts the number of cycles since reset. The RDTSC instruction returns the TSC in EDX: EAX. In x86-64 mode, RDTSC also clears the highest 32 bits of RAX and RDX. Its opcode is 0F 31.

enter image description here

Use

English Download and execute !

Português Download e executar !

English Download HERE

Português Download Aqui

Screenshots

enter image description here enter image description here

Histórico de lançamentos / Build History

  • 1.05 - Graph Version
  • 1.01 - First release

Contributing

Portuguese

  1. Faça o fork do projeto (https://github.com/yourname/yourproject/fork)
  2. Crie uma branch para sua modificação (git checkout -b feature/fooBar)
  3. Faça o commit (git commit -am 'Add some fooBar')
  4. Push (git push origin feature/fooBar)
  5. Crie um novo Pull Request

English

  1. Do the project fork (https://github.com/yourname/yourproject/fork)
  2. Create a branch for your modification (git checkout -b feature/fooBar)
  3. Do the commit(git commit -am 'Add some fooBar')
  4. Push (git push origin feature/fooBar)
  5. Create a new Pull Request

About

A simple hook for reverse engineering on x86 processors, to be used with ollydbg, x64dbg and the like.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages