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

RDTSC CALCULATOR V1.05

Pre-release
Pre-release
Compare
Choose a tag to compare
@keowu keowu released this 16 Mar 23:00
6ab0b23

# 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