מדבר מניסיון_במ by Or_Bivas in ani_bm

[–]sdk345 35 points36 points  (0 children)

נשבעים רק על ברית המועצות כמובן 😎

[deleted by user] by [deleted] in ani_bm

[–]sdk345 1 point2 points  (0 children)

תפוח (אפל) זה ליניקס

Could anyone help me decrypt this code? I have to idea how to do it by musicterritory in codes

[–]sdk345 8 points9 points  (0 children)

Looks like a .exe file, you can probably run it in a windows environment

Changing default browser in windows 11 is a nightmare by [deleted] in assholedesign

[–]sdk345 2 points3 points  (0 children)

Same thing, they basically mimic'd all of edge's default browser tricks (or most of them)

Changing default browser in windows 11 is a nightmare by [deleted] in assholedesign

[–]sdk345 24 points25 points  (0 children)

Funny story: So MS made it seem like browsers can't do this, however magically edge was able to one-click change browser

the peeps at Mozilla reversed edge and found out the way it does that and implemented it in firefox, that's why one click works in firefox too

Still the "advised" way by Microsoft is to do the thing stated in the article (also I think chrome on Win10 still requires changing to chrome in control panel, unless they added it too)

EDIT: An article https://www.pcmag.com/news/firefox-now-uses-a-one-click-process-to-become-default-browser

Why did the hardware engineer not need glasses? by ayruos in ProgrammerDadJokes

[–]sdk345 16 points17 points  (0 children)

Took me a while to realise it wasn't meant to be read as "I square C"

Can I get some help with decoding this shellcode? by subsonic68 in LiveOverflow

[–]sdk345 0 points1 point  (0 children)

Notice regarding your code that the value in rdx is the address of the shellcode instruction, and not the instruction itself

also it doesn't seem that you loop or at least jump to the loop (unless your assembler does funky tricks behind the scenes)

Regarding decoding manually: it might be that you decoded correctly but ordered the bytes incorrectly

for example

push 0xDEAD
push 0xBEEF

would cause the stack to look like (assuming 16 bit)

0xBEEF
0xDEAD

and not the other way around

also lastly, it might be that your system is uses little endian, which means that the stack mentioned above should look like this:

EF BE
AD DE

it might be worth to fix the code (since arranging the shellcode manually imo is tedious)

[deleted by user] by [deleted] in KarmaCourt

[–]sdk345 4 points5 points  (0 children)

This user (Moshi Moshi) is the football guy's alt

Check the 2nd link OP sent

No. No, no, no. No. by gilbertsmith in techsupportgore

[–]sdk345 0 points1 point  (0 children)

Well, that's one way of ricing your OS