is it ever possible to hide api links ( python - c++ ) from Reversers - Debuggers?
by - Thursday, January 1, 1970 at 12:00 AM
so i tried already all possible ways , seems its impossible to encrypt api keys , api links from pro reverser or debugger tools only... :huh:

the  http or https api connections always get executed while runing the programs even its encrypted 100 times : means its impossible to hide or protect right? :undecided:

if anyone have solid solution , i will pay up to 100 $ crypto !
Contact me For Personal Requests  :pomsad:

Not Selling any Shit Always Verify on Breached.vc https://bf.hn/uid/164292

- Stop Leeching For More Leak  :pomkill:
Reply
anti debug simplez
C++: https://github.com/Air14/HyperHide
Python: https://github.com/AloneMonkey/AntiAntiDebug
C#: https://github.com/Mecanik/Anti-DebugNET
https://github.com/search?l=C%23&q=anti+debug&type=Repositories
Reply
i think wireshark can catch all requests so you can't hide
Reply
I have tried to prevent the browser to track the api URL in the browser debugging tool (firefox, chrome etc) but it was hard if not impossible with python.. i wanted the api URL to be encrypted and not show up. I was using the python django framework at the time but what ended up working for me is working with the api call via django view rather than with ajax.
Reply
(October 18, 2022, 08:12 AM)BlackMoussiba Wrote: so i tried already all possible ways , seems its impossible to encrypt api keys , api links from pro reverser or debugger tools only... :huh:

the  http or https api connections always get executed while runing the programs even its encrypted 100 times : means its impossible to hide or protect right? :undecided:

if anyone have solid solution , i will pay up to 100 $ crypto !


no u cant, so, dont belive in santa

if someone wants to reverse your software - he will do it, there is no solid, or tuff solution, dont waste your time
Reply


 Users viewing this thread: is it ever possible to hide api links ( python - c++ ) from Reversers - Debuggers?: No users currently viewing.