FakePDB icon indicating copy to clipboard operation
FakePDB copied to clipboard

nightly.link / latest binaries download link is 404'ing

Open ShizCalev opened this issue 9 months ago • 5 comments

the link to download the latest build is 404'ing

https://nightly.link/Mixaill/FakePDB/workflows/CI/master/binaries.zip

Image

ShizCalev avatar Mar 09 '25 16:03 ShizCalev

fork the repo and head to the Actions; then trigger the CI workflow by doing a simple commit or add a workflow_dispatch to the workflow and run it manually. will take an hour to build.

if you couldn't do it, let me know, i built it yesterday.

Abbas-MG avatar Apr 10 '25 19:04 Abbas-MG

please just upload it :(

SSSiyan avatar Apr 20 '25 16:04 SSSiyan

fork the repo and head to the Actions; then trigger the CI workflow by doing a simple commit or add a workflow_dispatch to the workflow and run it manually. will take an hour to build.

if you couldn't do it, let me know, i built it yesterday.

@Abbas-MG

You seem to have had some luck with this recently - can you get it to output a .pdb file on IDA Pro 9.1? The log says it is but I see no file created, tried through the IDA interface and manually with the command-line.

privacyguy123 avatar May 01 '25 11:05 privacyguy123

@privacyguy123 i did a quick look into pdb generation and i think there's a problem in converting IDA's info to json; later upon creating pdb from json, a bug crashes the process. ill look into it when i get some time. #46_

@SSSiyan @ShizCalev Today's build. here you go: binaries.zip

Abbas-MG avatar May 08 '25 13:05 Abbas-MG

fork the repo and head to the Actions; then trigger the CI workflow by doing a simple commit or add a workflow_dispatch to the workflow and run it manually. will take an hour to build.

if you couldn't do it, let me know, i built it yesterday.

Thanks for this. Worked like a charm ;)

sunbeam906 avatar Nov 17 '25 21:11 sunbeam906