Code Monkey home page Code Monkey logo

Comments (13)

orca-zhang avatar orca-zhang commented on September 15, 2024

Thanks for your feedback.

from yapi.

orca-zhang avatar orca-zhang commented on September 15, 2024

I'll reproduce it and try to fix it.

from yapi.

justnonamenoname avatar justnonamenoname commented on September 15, 2024

Seems like you have no time for this
I can donate for this

from yapi.

Bit00009 avatar Bit00009 commented on September 15, 2024

any news on this? @orca-zhang

from yapi.

orca-zhang avatar orca-zhang commented on September 15, 2024

I've used MacOS for several years and the disk is not as big to install a windows docker yet.

BTW, I think I'm too lazy. But if you can donate for it, it may encourage me to make it better. : (

from yapi.

justnonamenoname avatar justnonamenoname commented on September 15, 2024

@orca-zhang
paypal?

from yapi.

orca-zhang avatar orca-zhang commented on September 15, 2024

from yapi.

orca-zhang avatar orca-zhang commented on September 15, 2024

If you enable memory high address allocation - x64Call will crash

I've tried to reproduce, but failed.

Please give me more information about it.

  1. exe linker param: PLATFORM x64 or x86?
  2. vs version
  3. sample code
    • which class is used: X64Call or ProcessWriter or YAPICall? argument count is less than 7?

from yapi.

justnonamenoname avatar justnonamenoname commented on September 15, 2024
  1. 32bit exe loadlibrary in 64bit exe
  2. VisualStudio2008

HANDLE Handle=OpenProcess(PROCESS_ALL_ACCESS,FALSE,id);
if(Handle)
{
yapi::YAPICall CallLoadLibraryA(Handle,L"kernel32.dll","LoadLibraryA");
CallLoadLibraryA.Timeout(10000);
CallLoadLibraryA.Dw64()(path);
}

from yapi.

orca-zhang avatar orca-zhang commented on September 15, 2024

OK, I'll check it.

from yapi.

orca-zhang avatar orca-zhang commented on September 15, 2024

The host binary is 64bit exe, and try to load 32bit dll into a 32 bit exe?

from yapi.

justnonamenoname avatar justnonamenoname commented on September 15, 2024

32bit exe load 64bit dll to 64bit exe

from yapi.

orca-zhang avatar orca-zhang commented on September 15, 2024

I've tried both 64bit exe load 32bit dll to a 32 bit exe or 32bit exe load 64bit dll to 64bit exe, both haven't crash, is there any backtrace/stack info or try to check it in normal way.

from yapi.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.