Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/14/2024 in all areas

  1. Hey all So I'm working on this project again, trying to get it more stable, for use in some more complicated projects i am working on. I don't know how many are using this project or to what degree, but i would love some feedback for features or issues. Currently i am doing a rewrite for the parsing of struct strings, moving away from regular expressions and using a more hand made implementation. I am mostly done making my new parser compatible with the old one, currently only missing handling of "STRUCT;", "ENDSTRUCT;" and "ALIGN n;", since the old code handled that internally in a less than desirable way. After that i am also adding array support, since i am neck deep in the new parser anyways
    2 points
  2. Thanks for the heads up I can understand how the top post link may have been wrong, but i don't get how i messed up with the 1.1.0 announcement post 🤔 I have updated the links for now Might update the top posts to do this for the next release version
    1 point
  3. This is a derivative of what _WD_Startup does -- Local $sParams = '--port=9515 --verbose --log-path="' & @ScriptDir & '\msedge.log"' Local $sCommand = StringFormat('"%s" %s ', $DriverPath, $sParams) RunAs($TargetUsername, $TargetDomain, $TargetPassword, 2, $sCommand, "", @SW_SHOW) Untested, but I assume something like this should work ok.
    1 point
×
×
  • Create New...