We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a98d37 commit cf6c3a8Copy full SHA for cf6c3a8
sqlmap.py
@@ -48,7 +48,7 @@ def modulePath():
48
using py2exe
49
"""
50
51
- return os.path.dirname(getUnicode(sys.executable if weAreFrozen() else __file__, sys.getfilesystemencoding()))
+ return os.path.dirname(os.path.realpath(getUnicode(sys.executable if weAreFrozen() else __file__, sys.getfilesystemencoding())))
52
53
def main():
54
0 commit comments