Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Security
Malware Analysis
"pyrate", Behavior Blocker Bypass POC #3
Message
<blockquote data-quote="Andy Ful" data-source="post: 880974" data-attributes="member: 32260"><p>It seems that Python 3.8.2 (from python.org) uses idle.bat to open Python Shell on Windows:</p><p>[CODE]@echo off</p><p>rem Start IDLE using the appropriate Python interpreter</p><p>set CURRDIR=%~dp0</p><p>start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9[/CODE]</p><p>Is idle.exe made by you or it is a part of Python?</p></blockquote><p></p>
[QUOTE="Andy Ful, post: 880974, member: 32260"] It seems that Python 3.8.2 (from python.org) uses idle.bat to open Python Shell on Windows: [CODE]@echo off rem Start IDLE using the appropriate Python interpreter set CURRDIR=%~dp0 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9[/CODE] Is idle.exe made by you or it is a part of Python? [/QUOTE]
Insert quotes…
Verification
Post reply
Top