# Referências

## Artigos

A Crash Course in Everything Cryptographic - <https://medium.com/dataseries/a-crash-course-in-everything-cryptographic-50daa0fda482> - Leo Whitehead, 2019.\
Linguagem compilada - <https://pt.wikipedia.org/wiki/Linguagem\\_compilada> - Wikipedia.\
Linguagem interpretada - <https://pt.wikipedia.org/wiki/Linguagem\\_interpretada> - Wikipedia.\
Microprocessador - <https://pt.wikipedia.org/wiki/Microprocessador> - Wikipedia.\
Qual a diferença entre linguagem compilada para linguagem interpretada? - <https://pt.stackoverflow.com/questions/77070/qual-a-diferen%C3%A7a-entre-linguagem-compilada-para-linguagem-interpretada> - StackOverflow.\
Transístor - <https://pt.wikipedia.org/wiki/Transístor> - Wikipedia.\
Understand flags and conditional jumps - <http://www.godevtool.com/GoasmHelp/usflags.htm> - Jeremy Gordon, 2002-2003.

## Vídeos

Pluralsight's Windows Internals - <https://app.pluralsight.com/library/courses/windows-internals> - Pavel Yosifovich, 2013.

## Manuais

Intel® 64 and IA-32 Architectures Software Developer's Manual\
Microsoft Portable Executable and Common Object File Format Specification

## Livros

Crackproof Your Software: Protect Your Software Against Crackers - Pavol Cerven, 2002.\
Fundamentos em programação Assembly - José Augusto N. G. Manzano, 2006.\
História da Matemática - Carl B. Boyer, 1974.\
Reversing: Secrets of Reverse Engineering - Eldad Eilam, 2005.\
Mastering Assembly Programming


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mentebinaria.gitbook.io/engenharia-reversa/referencias.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
