![]() |
|
Looking for malware coding tutorial - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Looking for malware coding tutorial (/Thread-Looking-for-malware-coding-tutorial) |
RE: Looking for malware coding tutorial - Angel Beats - 05-09-2016 (05-09-2016, 04:18 PM)Axari Wrote: A "true" executable would be an executable with a standard PE header and native CPU instructions within it. Framework executables don't have native CPU instructions within them, so yeah, they would no longer be true executables. How about this definition? An executable is something which can be executed.
RE: Looking for malware coding tutorial - Wildfire - 05-09-2016 (05-09-2016, 08:46 PM)Angel Beats Wrote: How about this definition? An executable is something which can be executed. For executable? Yeah, that's fine. I'm talking about true, native executables though. (05-09-2016, 08:33 PM)Killpot Wrote: That seems like an extremely subjective and bias definition, got any sauce 4 that? Sure, here's something: http://stackoverflow.com/a/1542603 RE: Looking for malware coding tutorial - meow - 05-09-2016 Quote:I never said PHP wasn't a real languageYou did though - Quote:...languages like PHP and HTML aren't going to be used to create a virus, you need to learn an actual language... Quote:I meant to imply that it's not a language meant for virus creation. No language is "meant" for virus creation, the users take the functions/methods the language has and create a virus out of it. Quote:The only context I've meant to have spoken in here is for virus creationThen why'd you say (05-08-2016, 04:58 AM)Killpot Wrote: The context I was speaking in for a "real" language is one that can compile into an executable.? That would mean you're implying that all viruses are executables.. which definitely isn't the case. Quote:And the reason I included Python is because through personal experience I've seen it be used for malicious purposes a lot. I never denied or said that it's not used for malicious purposes a lot, I said it's uncommon that Python isn't interpreted in a given implementation/environment. Would it hurt to admit that you were wrong rather than trying to bullshit your way out of this? I don't have anything against you; I just think it's annoying when people don't acknowledge their own mistakes. RE: Looking for malware coding tutorial - Killpot - 05-10-2016 (05-09-2016, 10:46 PM)meow Wrote: You did though - I'm not trying to bullshit my way out of this, I'm acknowledging my mistakes and then refuting it again, sorry wasn't aware I not supposed to. However this conversation has carried over multiple days and my stream of conscious isn't working out very well for me. I'm keenly aware that I've said some incorrect things, not trying to deny it. RE: Looking for malware coding tutorial - m0dem - 05-10-2016 (05-10-2016, 12:26 AM)Killpot Wrote: I'm not trying to bullshit my way out of this, I'm acknowledging my mistakes and then refuting it again, sorry wasn't aware I not supposed to. However this conversation has carried over multiple days and my stream of conscious isn't working out very well for me. I'm keenly aware that I've said some incorrect things, not trying to deny it. Nice reply. Kinda smacks us all in the face.
|