# Fundamentos de Engenharia Reversa

## Fundamentos de Engenharia Reversa

- [Apresentação](https://mentebinaria.gitbook.io/engenharia-reversa/readme.md)
- [Introdução](https://mentebinaria.gitbook.io/engenharia-reversa/01-introducao.md)
- [Antes de começar](https://mentebinaria.gitbook.io/engenharia-reversa/01-introducao/antes-de-comecar.md)
- [Números](https://mentebinaria.gitbook.io/engenharia-reversa/02-numeros.md)
- [Sistemas de Numeração](https://mentebinaria.gitbook.io/engenharia-reversa/02-numeros/sistemas-de-numeracao.md)
- [O Byte](https://mentebinaria.gitbook.io/engenharia-reversa/02-numeros/o-byte.md)
- [Números Negativos](https://mentebinaria.gitbook.io/engenharia-reversa/02-numeros/numeros-negativos.md)
- [Cálculos com Binários](https://mentebinaria.gitbook.io/engenharia-reversa/02-numeros/calculos-com-binarios.md)
- [Cadeias de Texto](https://mentebinaria.gitbook.io/engenharia-reversa/03-cadeias-de-texto.md)
- [ASCII](https://mentebinaria.gitbook.io/engenharia-reversa/03-cadeias-de-texto/ascii.md): American Standard Code for Information Interchange
- [Unicode](https://mentebinaria.gitbook.io/engenharia-reversa/03-cadeias-de-texto/unicode.md)
- [C Strings](https://mentebinaria.gitbook.io/engenharia-reversa/03-cadeias-de-texto/c-strings.md)
- [Arquivos](https://mentebinaria.gitbook.io/engenharia-reversa/04-arquivos.md)
- [Formatos](https://mentebinaria.gitbook.io/engenharia-reversa/04-arquivos/formatos.md)
- [O formato PE](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe.md)
- [Cabeçalhos](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/cabecalhos.md)
- [MS-DOS](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/cabecalhos/dos.md)
- [COFF](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/cabecalhos/coff.md): Common Object File Format Specification
- [Opcional](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/cabecalhos/opcional.md)
- [Diretórios de Dados](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/cabecalhos/diretorios.md)
- [Cabeçalhos das Seções](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/cabecalhos/cabecalhos-das-secoes.md)
- [Seções](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/secoes.md)
- [Import Table](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/import-table.md)
- [Endereçamento](https://mentebinaria.gitbook.io/engenharia-reversa/05-o-formato-pe/enderecamento.md)
- [Execução de Programas](https://mentebinaria.gitbook.io/engenharia-reversa/06-execucao-de-programas.md)
- [Executáveis](https://mentebinaria.gitbook.io/engenharia-reversa/06-execucao-de-programas/executaveis.md)
- [Bibliotecas](https://mentebinaria.gitbook.io/engenharia-reversa/06-execucao-de-programas/bibliotecas.md)
- [Processos](https://mentebinaria.gitbook.io/engenharia-reversa/06-execucao-de-programas/processos.md)
- [Windows API](https://mentebinaria.gitbook.io/engenharia-reversa/07-windows-api.md)
- [Caixas de Mensagens](https://mentebinaria.gitbook.io/engenharia-reversa/07-windows-api/caixas-de-mensagens.md)
- [Manipulação de Arquivos](https://mentebinaria.gitbook.io/engenharia-reversa/07-windows-api/manipulacao-de-arquivos.md)
- [Acesso ao Registro](https://mentebinaria.gitbook.io/engenharia-reversa/07-windows-api/acesso-ao-registro.md)
- [Assembly](https://mentebinaria.gitbook.io/engenharia-reversa/08-assembly.md)
- [Registradores](https://mentebinaria.gitbook.io/engenharia-reversa/08-assembly/registradores.md)
- [Instruções Básicas](https://mentebinaria.gitbook.io/engenharia-reversa/08-assembly/instrucoes-basicas.md)
- [Funções e Pilha](https://mentebinaria.gitbook.io/engenharia-reversa/08-assembly/funcoes-e-pilha.md)
- [Depuração](https://mentebinaria.gitbook.io/engenharia-reversa/09-depuracao.md)
- [O Debugger](https://mentebinaria.gitbook.io/engenharia-reversa/09-depuracao/debugger.md)
- [Disassembly](https://mentebinaria.gitbook.io/engenharia-reversa/09-depuracao/disassembly.md)
- [Breakpoints](https://mentebinaria.gitbook.io/engenharia-reversa/09-depuracao/breakpoints.md)
- [Manipulação do Fluxo](https://mentebinaria.gitbook.io/engenharia-reversa/09-depuracao/manipulacao.md)
- [Patches](https://mentebinaria.gitbook.io/engenharia-reversa/09-depuracao/patches.md)
- [Apêndices](https://mentebinaria.gitbook.io/engenharia-reversa/apendices.md)
- [Tabela ASCII](https://mentebinaria.gitbook.io/engenharia-reversa/apendices/a-tabela-ascii.md)
- [Tabela ISO-8859-1/Latin-1](https://mentebinaria.gitbook.io/engenharia-reversa/apendices/b-tabela-iso-8859-1.md)
- [Exemplos de Código em Assembly](https://mentebinaria.gitbook.io/engenharia-reversa/apendices/c-exemplos-de-codigo-em-assembly.md)
- [Funções da API do Windows](https://mentebinaria.gitbook.io/engenharia-reversa/apendices/d-funcoes-api-win.md)
- [Ferramentas](https://mentebinaria.gitbook.io/engenharia-reversa/apendices/e-ferramentas.md)
- [Referências](https://mentebinaria.gitbook.io/engenharia-reversa/referencias.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://mentebinaria.gitbook.io/engenharia-reversa/readme.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.
