Samuel Garcés Marín

Results 4 issues of Samuel Garcés Marín

The code is using the wrong object names. And more specifically, it's choosing the name of the previous object as the current one, so all the names of the objects...

bug

Using REST URL: http://www.inycombiotech.es/ Info: "2018-06-22 11:38:28 +0000 --------------------------------------------------------------------------------", "ENV:", "---", "CPLUS_INCLUDE_PATH: \"/home/centos/arachni-1.5.1-0.5.12/bin/../system/usr/include\"", "GEM_HOME: \"/home/centos/arachni-1.5.1-0.5.12/system/gems\"", "IRBRC: \"/home/centos/arachni-1.5.1-0.5.12/bin/../system/usr/lib/ruby/.irbrc\"", "LIBRARY_PATH: \"/home/centos/arachni-1.5.1-0.5.12/bin/../system/usr/lib:/usr/lib:/usr/local/lib\"", "MY_RUBY_HOME: \"/home/centos/arachni-1.5.1-0.5.12/bin/../system/usr/lib/ruby\"", "LD_LIBRARY_PATH: \"/home/centos/arachni-1.5.1-0.5.12/bin/../system/usr/lib:/usr/lib:/usr/local/lib\"", "FONTCONFIG_PATH: \"/home/centos/arachni-1.5.1-0.5.12/bin/../system/home/arachni/.fonts\"", "PATH: \"/home/centos/arachni-1.5.1-0.5.12/system/gems/bin:/home/centos/arachni-1.5.1-0.5.12/bin/../system/../bin:/home/centos/arachni-1.5.1-0.5.12/bin/../system/usr/bin:/home/centos/arachni-1.5.1-0.5.12/bin/../system/gems/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\"", "C_INCLUDE_PATH: \"/home/centos/arachni-1.5.1-0.5.12/bin/../system/usr/include\"", "PWD:...

Simply compiling an empty project with the VCRuntime trigers all antiviruses: https://www.virustotal.com/gui/file/889e49b5f1e283ad37ddb4bc032071a23d5401fb1933ea4da16c60e61ddc0c3e/behavior **build.rs** ```rust fn main() -> std::io::Result { static_vcruntime::metabuild(); Ok(()) } ``` **main.rs** ```rust fn main(){ println!("{} ", "Hello...

I have migrated the script to powershell adding some simplifications as to never need to update the script for future versions/builds of Windows 11.