pogodevorg / pgoapi

Unofficial PokemonGO API in Python
https://pogodev.org
Other
852 stars 475 forks source link

libencrypt.so no arm?, no source? #22

Closed cloverpi closed 8 years ago

cloverpi commented 8 years ago

this is was installed as part of pokemongo map reborn. Why no source? I'm running this map on an Arm SOC and it looks like i'm going to either need a version compiled for arm, or source to compile myself...

cloverpi commented 8 years ago

Close this. I found the git: https://github.com/SpencerSharkey/node-pogo-signature

compile with: gcc -shared -fPIC encrypt.c -o libencrypt.so -std=c11

EDIT: Looks like SpencerSharkey removed the encrypt source from his repo. You can get the sauce from here: http://pgoapi.com/