본문 바로가기

Trouble shooting

[Trouble shooting] .\fridump3.py:128: DeprecationWarning: Script.exports will become asynchronous in the future, use the explicit Script.exports_sync instead

반응형

Trouble

fridump3 실행 시 다음과 같은 오류가 발생한다.

C:\test> python fridump3 -u -r 1234 -s

\fridump3.py:128: DeprecationWarning: Script.exports will become asynchronous in the future, use the explicit Script.exports_sync instead

 


Trouble Shooting

fridump3를 설치했다면 fridump3.py이 존재할텐데 해당 파일을 열어 agent = script.exports 을 찾아 → agent = script.exports_sync 수정해주면 된다.

반응형