Search:

Type: Posts; User: slackwarefan

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,302

    We can slip it in. The Rogue AV whitelists some...

    We can slip it in. The Rogue AV whitelists some files so you can go online to pay them for their scam. Renaming it to iexplore.exe with arguments to run our standard battery of tools allows me to fix...
  2. Replies
    5
    Views
    2,302

    Running non .exe files

    Hello everyone. I'm trying to write a program that can run valid PE files that do not have the .exe, .com, .bat, .scr, or .pif extensions. I do malware removal for a living, and we see a lot of exe...
  3. Parsing a csv file crashing reading array of pointers

    Hello everyone,

    First of all, thanks in advance for your help.

    I am trying to write a program that will examine my T-Mobile csv file. A csv file is a comma seperated values file which in my...
  4. I understand that, however I got an error when I...

    I understand that, however I got an error when I passed single backslashes. I'm not expecting it to show double backslashes as part of the path, but if the string only has a single backslash then...
  5. Yes, I understand that, that's why I need to add...

    Yes, I understand that, that's why I need to add the backslashes.


    No I'm trying to make an array with 17 elements which are pointers to strings. If that's the best way to do this, then how do I...
  6. Few questions: use of a manifest, string modification

    Hello everyone,

    This is (as far as I can recall) my first post here, so "Hello", and if I do something worthy of criticism, please go easy. :-p

    I have two questions.

    First, I'm trying to...
  7. Replies
    15
    Views
    2,901

    Right, yeah, that would be it. After having...

    Right, yeah, that would be it. After having gotten errors ten times in a row, I just started changing everything from pointers to standard variables and variables to pointers, well there we go.
  8. Replies
    15
    Views
    2,901

    So, I'm using fgets to read strings from the...

    So, I'm using fgets to read strings from the file. I'm trying to write a function to basicly chop off the first part of the string, supposing it's not needed. I wrote a test program to do this, but I...
  9. Replies
    15
    Views
    2,901

    I love the sarcasm and the condescending tone,...

    I love the sarcasm and the condescending tone, but obviously that's not what I'm asking.

    I was thinking of reading the file into a multidimensional array, then performing string functions on each...
  10. Replies
    15
    Views
    2,901

    Need ideas for parsing a file

    Hello everyone, this is my first post here, so if I'm doing something wrong or explaining myself wrong, please give me constructive criticism.

    What I'm trying to do, is write a program that will...
Results 1 to 10 of 10