Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill authored Oct 23, 2024
1 parent be959ca commit 60e2d2a
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,16 @@
Tool for PDB generation from IDA Pro database

Supports:
* IDA >= 7.4
* IDA >= 7.4

## TODO

* Linux support
* GHIDRA support
* Function arguments support

## How to get
## Download

* Download latest release from release page: https://github.com/Mixaill/FakePDB/releases
* Or compile it from sources:
* run `<repository_root>/build.ps1`
* grab `fakepdb.zip` from `<repository_root>/~build/deploy`
* [Windows AMD64](https://nightly.link/Mixaill/FakePDB/workflows/CI/master/binaries.zip)

## How to install

* IDA
* copy content of `fakepdb.zip/ida` to `<IDA_directory>/plugins`
* copy content of `binaries.zip/ida` to `<IDA_directory>/plugins`

## How to use

Expand Down Expand Up @@ -69,6 +60,13 @@ where:
* `YYYY`: offset from the begining of the section in decimal numbers
* 0x0124567AF: IDA effective address

## TODO

* Linux support
* GHIDRA support
* Function arguments support
* IDA 9.0: structures export

## Useful links

* Disable PDB validation in WinDbg http://ntcoder.com/bab/2012/03/06/how-to-force-symbol-loading-in-windbg/
Expand Down

0 comments on commit 60e2d2a

Please sign in to comment.