Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/23/2022 in all areas

  1. Finally got a number !!! At that level, there is no need to embark in using a RDBMS. In the very very long run, you may wish to convert it to a DB, but for now, let just stay with a single txt file well organized. With a SRE perfectly adapted to your request, it will take about 1 ms to get the answer. So for now, you will need to prepare for us a few of those real questions based on a real repertory of knowledge (not just test and useless stuff) and the real expected result. Based on that, we will be able to provide some guidances and maybe a startup code for you.
    1 point
  2. @osmankhalid2005, This is obfuscated code so will be hard to tell without an de-obfuscator. --- but We do not want any discussion in our forums about decompiled exe's as described in our forum rules. So just get rid of it and don't download stuff you don't really know. *click*
    1 point
  3. You should format your drive and reinstall windows and then don’t get infected again. Please remove all that garbage in the post That is not readable code
    1 point
  4. Ah... A code barding match... And now we wait who gets the win.
    1 point
  5. Musashi

    Blank Record Reading.

    Ok : -1 = unable to open requested value Try : #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #include <MsgBoxConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 615, 437, 192, 124) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### ;#RequireAdmin Local $sHKLM = @OSArch = "x64" ? "HKLM64" : "HKLM" Local $sFilePath = RegRead($sHKLM & "\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI", "LastLoggedOnDisplayName") MsgBox($MB_SYSTEMMODAL, "", "Error = " & @error & @CRLF & "Result: " & $sFilePath) ;RegTests ;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData\1 ;or ;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI
    1 point
  6. So you want to go round-robin through your list of 100 proxy servers going to the same website.... I wonder why one would really want that for a legitimate purpose?
    1 point
×
×
  • Create New...