Jump to content

Naelson

VIP Member
  • Posts

    158
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Naelson

  1. On 1/13/2022 at 2:03 AM, Anarchy said:

    you have 2 options to control compiler optimizations

     

    using pragma directive, at the top of a file you don't want anything inside optimized

    #pragma optimize("", off)

     

    using project configuration

    right click the project, properties -> configuration properties -> c/c++ -> optimization -> set optimization to disabled

     

    though tbh i'm not sure it will ever not optimize instructions that have static values at compile time, never bothered trying

    project, properties -> configuration properties -> c/c++ -> optimization -> set optimization to disabled 👊

     

     

  2. i have this code set up on vsd 2005, thefore i cannot find it into IDA  the function sum, second people answer my ask in previous community, this was optimize by compiler. can there is any config for it, to don't optimize samples things?

     

    #include <iostream>
    extern "C" {
        int sum(unsigned char s1 = 10, int s3 = 25) {
        s3 = s1 * (s3);
     }
    }
    
    int main() {
        int y = 50;
        int x = 50;
        return 0;
    }
      

     

    
    ENCONTREI ESTE Start 
     
    _int64 start()
    {
      unk_407610 = 0;
      sub_401660();
      return sub_401180();
    }
     
    ENCONTREI ESTE MAIN
     
    .text:0000000000402C10 ; int __cdecl main(int argc, const char **argv, const char **envp)
    .text:0000000000402C10 main            proc near               ; CODE XREF: sub_401180+242p
    .text:0000000000402C10                                         ; DATA XREF: .pdata:0000000000405258o ...
    .text:0000000000402C10                 sub     rsp, 28h
    .text:0000000000402C14                 call    sub_401620
    .text:0000000000402C19                 xor     eax, eax
    .text:0000000000402C1B                 add     rsp, 28h
    .text:0000000000402C1F                 retn
    .text:0000000000402C1F main            endp
    .text:0000000000402C1F
     
     
    .text:0000000000401620 sub_401620      proc near               ; CODE XREF: sub_401180+215p
    .text:0000000000401620                                         ; main+4p
    .text:0000000000401620                 mov     eax, cs:dword_407040
    .text:0000000000401626                 test    eax, eax
    .text:0000000000401628                 jz      short loc_401630
    .text:000000000040162A                 retn

     

     

    only now i am see that sum not have a return, i even not know as it  have been compiled

  3. On 5/9/2021 at 10:15 AM, LucasDesigner said:

    Teria como compartilhar souce no privado ?

    Post link have been update, would like that you make more upload one and post in comments for it never die, i missed several patch.

  4. 10 hours ago, 77upup said:

    This  is a pretty descent pack, Im running server with it...  btw how can I change the message characters auto-say when entering? "Ajude a nos divulgando!" this? 

    Hi there, you need look for where is bytes and change it by order of rules little endian, example here attached.

    I abandoned this, i'm working with other things, not remainder time to this today for me can enjoy

    7c3e23cd-ba29-4231-9877-b5985ebe523d.jpg

  5. On 4/20/2020 at 7:05 AM, Anarchy said:

    it's pretty clear in the code - the reason it's the same color is //critannounce is because it IS a //critannounce, it's just sending the same packet, you might be able to change the critannounce color in the client but dunno

    Why this unguard, do you know explain it? Is an exception?

  6. 39 minutes ago, guytis said:

    Tell me who help?

    let's work and stop of did make flooding the forum of the europeus! take embarrass, they don't are kids!

    Let's go work at latina american, here is house they  and work! You not paid host to they to keep your bytes in conversation here. Let's come for go home! :lied:

  7. 8 hours ago, guytis said:

    hahaha wants to earn money getting everything for free haha .. my god.

    You are see because not can help with files free!

    Before would you want help? Now want you money? Contradiction!

    Clock not work free!

  8. 1 hour ago, guytis said:

    I already help you. I told them that YES, it can be done.

    But I know where the problem is, you did not understand that they know English fluently, all the technology is in English. So they do not need to teach, eve in Latin America everyone is outdated.

    They will talk about binary if Brazilian does not know what a byte is and errors of translation where stay in this story?

    Sometimes they do not teach because it is unfeasible and they prefer ready or buy result. 

    Here we not've no overview dimension.

    I've seen a lot of poste regarding binary empty. Example is the source you posted.

    Disassemble byte and teach us how to add and how to find them.

    The:wink: is only put search in google or simulate with exe add buffer small in memory e search her and after to apply in L2OFF LOL

     

    My speak "at true not have why nobody teach."->maybe in them country the government does not finance education % more is private?

     

    Your speak "I already help you" 

    Help is equal Teach?  oO we have something wrong here. What's name of this error? Manipulation of mind? 

  9. 21 hours ago, guytis said:

    multi.png

     

    Here in the forum they will only teach you how to make textures or things that are useless ...
    People who bring important things do not want them here.

    I can only tell you if you can. I have running several servers on the same hardware without virtualizing ...

    at true not have why nobody teach.
    You this nine years how to quoted, you this being  hypocrite!

    There is a cost to study this, and someone has to pay your energy.

    I'm not going to pull yours bag because of you knowledge, I think it's already time for my opinion to enter in this  game!

    Yes, there is a censorship on the part of some members, by  ADM how more teaches better your forum so not've ideology by part of adm.

    Each protects his profession brother.

    Unfortunately guy you are being dumb.

    If you prefer, launch a Tutorial Module for us.
    Everyone knows what they need, Asmx86 x64 API Win. PE Format, SQL etc...

    Even later!

×
×
  • Create New...